CoordinateUnits Enum

CoordinateUnits enumeration

Specifies the coordinate system units for various SVG elements such as masks, paint servers, and filters.

public enum CoordinateUnits

Values

NameValueDescription
UserSpaceOnUse0Uses the user coordinate system for the SVG element.
ObjectBoundingBox1Uses 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