Navigation: Code Documentation > RSVclSVG > RSSVGTypes > Enumerations
TSVGCoordinateSystemUnit Enumeration
Defines the SVG unit type, which defines the coordinate system for other SVG attributes.
Namespace: RSSVGTypes
Delphi
type TSVGCoordinateSystemUnit = (csuNone, csuObjectBoundingBox, csuUserSpaceOnUse);
Name
Description
csuNone
Represents constant csuNone.
csuObjectBoundingBox
Represents constant csuObjectBoundingBox.
csuUserSpaceOnUse
Represents constant csuUserSpaceOnUse.
Top
•RSSVGTypes