GeometryBox enumeration
GeometryBox enumeration
Specifies the reference box for mask and clip-path elements in SVG.
The GeometryBox type exposes the following members:
Fields
| Field | Description |
|---|---|
| MARGIN_BOX | Uses the margin box as the reference box. |
| BORDER_BOX | Uses the border box as the reference box. |
| PADDING_BOX | Uses the padding box as the reference box. |
| CONTENT_BOX | Uses the content box as the reference box. |
| FILL_BOX | Uses the area of the element’s fill as the reference box. |
| STROKE_BOX | Uses the area of the element’s stroke as the reference box. |
| VIEW_BOX | Uses the nearest SVG viewport as the reference box. |
See Also
- module
aspose.svg.builder