[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgBoundingBoxType

SvgBoundingBoxType Enum

Specifies the type of bounding box to be computed for an SvgGraphicsElement.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgBoundingBoxType
Public Enum SvgBoundingBoxType

Fields

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.