Hide Comments
Hide Comments

ParseLineJoin(String,TSVGStrokeJoin,Boolean) Method

Comments (0)

Parses the input string into a line cap value, which specifies the shape to be used at the corners of paths or basic shapes when they are stroked.

The allowable values are miter | round | bevel | inherit

Namespace: RSSVGUtils

expandingSyntax

Delphi

 function ParseLineJoin( S: String; DefValue: TSVGStrokeJoin; var Inherits: Boolean ): TSVGStrokeJoin;
 

Parameters

S

Type: String

DefValue

Type: System.Void

Inherits

Type: Boolean

Return Value

Type: TSVGStrokeJoin

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