Navigation: Code Documentation > RSVclSVG > RSSVGTypes > Classes > TSVGLength > Methods
TSVGLength.GetPercentValue(Single,Single) Method
Returns the Raw value. If the length is a percentage, it converts the raw value into a value between Min and Max parameters
Namespace: RSSVGTypes
Delphi
public function GetPercentValue(const Min: Single = 0; const Max: Single = 1): Single;
Parameters
Min
Type: Single
Max
•RSSVGTypes.TSVGLength.IsPercent
•RSSVGTypes.TSVGLength.Raw
•TSVGLength
•RSSVGTypes