<< Click here to display Table of Contents >> Navigation: Code Documentation > RSVclSVG > RSSVGTypes > Enumerations:
Comments (0)
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