[]
Specifies the type of bounding box to be computed for an SvgGraphicsElement.
public enum SvgBoundingBoxType
Public Enum SvgBoundingBoxType
| Name | Description |
|---|---|
| Decorated | The bounding box that contains an element's geometric shape, its stroke shape and its markers. |
| Object | The bounding box that contains only an element's geometric shape. |
| Stroke | The bounding box that contains an element's geometric shape and its stroke shape. |