<< Click here to display Table of Contents >> Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVGTypes > Enumerations:
Comments (0)
Defines the SVG unit type, which defines the coordinate system for other SVG attributes.
Namespace: FMX.RS.SVGTypes
Delphi
type TSVGCoordinateSystemUnit = (csuNone, csuObjectBoundingBox, csuUserSpaceOnUse);
Name
Description
csuNone
Represents constant csuNone.
csuObjectBoundingBox
Represents constant csuObjectBoundingBox.
csuUserSpaceOnUse
Represents constant csuUserSpaceOnUse.
Top
•FMX.RS.SVGTypes