Enum GeometryBox
Enum GeometryBox
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the reference box for mask and clip-path elements in SVG.
[ComVisible(true)]
public enum GeometryBox
Fields
BorderBox = 1
Uses the border 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.
MarginBox = 0
Uses the margin box as the reference box.
PaddingBox = 2
Uses the padding box 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.