CoordinateUnits Enum
CoordinateUnits enumeration
Specifies the coordinate system units for various SVG elements such as masks, paint servers, and filters.
public enum CoordinateUnits
Values
Name | Value | Description |
---|---|---|
UserSpaceOnUse | 0 | Uses the user coordinate system for the SVG element. |
ObjectBoundingBox | 1 | Uses the bounding box of the object for the SVG element. |
Remarks
The coordinate units determine how values are interpreted in different SVG contexts. They can be set to either use the user space coordinates or be relative to the bounding box of the object.
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG