Navigation: Code Documentation > RSVclSVG > RSSVGTypes > Classes > TSVGLength > Methods
TSVGLength.Initialize(Single,Boolean,TSVGUnit) Method
Initializes the length to the specified RSSVGTypes.TSVGLength.Raw value, Unit, and if it is a percentage
Namespace: RSSVGTypes
Delphi
public procedure Initialize( aValue: Single; aPercent: Boolean = False; vUnit: TSVGUnit = suNone ); virtual;
Parameters
aValue
Type: Single
aPercent
Type: Boolean
vUnit
Type: TSVGUnit
•RSSVGTypes.TSVGLength.IsPercent
•RSSVGTypes.TSVGLength.Raw
•RSSVGTypes.TSVGLength.aUnit
•TSVGLength
•RSSVGTypes