GeometryBox Enum
GeometryBox enumeration
Specifies the reference box for mask and clip-path elements in SVG.
public enum GeometryBox
Values
| Name | Value | Description |
|---|---|---|
| MarginBox | 0 | Uses the margin box as the reference box. |
| BorderBox | 1 | Uses the border box as the reference box. |
| PaddingBox | 2 | Uses the padding box as the reference box. |
| ContentBox | 3 | Uses the content box as the reference box. |
| FillBox | 4 | Uses the area of the element’s fill as the reference box. |
| StrokeBox | 5 | Uses the area of the element’s stroke as the reference box. |
| ViewBox | 6 | Uses the nearest SVG viewport as the reference box. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG