[]
Specifies the type of bounding box to be computed for an SvgGraphicsElement.
public enum SvgBoundingBoxType
Decorated = 2
The bounding box that contains an element's geometric shape, its stroke shape and its markers.
Object = 0
The bounding box that contains only an element's geometric shape.
Stroke = 1
The bounding box that contains an element's geometric shape and its stroke shape.