Hide Comments
Hide Comments

ParseLineCap(String,TSVGStrokeCap,Boolean) Method

Comments (0)

Parses the input string into a line cap value, which specifies the shape to be used at the end of open subpaths when they are stroked.

The allowable values are butt | round | square | inherit

Namespace: FMX.RS.SVGUtils

expandingSyntax

Delphi

 function ParseLineCap( S: String; DefValue: TSVGStrokeCap; var Inherits: Boolean ): TSVGStrokeCap;
 

Parameters

S

Type: String

DefValue

Type: System.Void

Inherits

Type: Boolean

Return Value

Type: TSVGStrokeCap

expandingRemarks

If the string is blank, the function returns the default value ( DefValue). If the string contains 'inherits', the function returns the default value and sets the Inherits parameter to true.

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb