Navigation: Code Documentation > RSVclSVG > RSSVGTypes > Classes > TSVGLength
TSVGLength Events
Name
Description
OnRange
Occurs when the length needs to convert a percentage value into a length based on a range. The OnRange event is called to return the Min and Max for calculating the percentage value
OnUnitFactors
Occurs when the length needs the Unit Factors array for calculating the RSSVGTypes.TSVGLength.Pixels property from the RSSVGTypes.TSVGLength.Raw property
Called by the RSSVGTypes.TSVGLength.GetUnitFactors method
Top