|
Assign(TPersistent)
|
Represents method Assign(TPersistent).
|
|
Change
|
Represents method Change.
|
|
Clear
|
Clears the length to 0 and no units
|
|
Clone
|
Creates a copy of the length
|
|
GetPercentValue(Single,Single)
|
Returns the Raw value. If the length is a percentage, it converts the raw value into a value between Min and Max parameters
|
|
GetUnitFactors
|
Returns the unit factors array for converting FMX.RS.SVGTypes.TSVGLength.Raw values into FMX.RS.SVGTypes.TSVGLength.Pixels. This method calls the FMX.RS.SVGTypes.TSVGLength.OnUnitFactors event if assigned or returns the FMX.RS.SVGTypes.SVGUnitFactors constant if it is not.
|
|
GetValue
|
Represents method GetValue.
|
|
Initialize(Single,Boolean,TSVGUnit)
|
Initializes the length to the specified FMX.RS.SVGTypes.TSVGLength.Raw value, Unit, and if it is a percentage
|
|
SetValue(Single)
|
Represents method SetValue(Single).
|
|
ToString(String,Single,Single)
|
Overloaded. Returns a string representation of the length. If the length is a percentage, the method uses the Min and Max values to convert the Raw value into its final value
|