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