DioDocs for PDF
SvgBoundingBoxType 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgBoundingBoxType 列挙体
Specifies the type of bounding box to be computed for an SvgGraphicsElement.
シンタックス
'宣言
 
Public Enum SvgBoundingBoxType 
   Inherits System.Enum
public enum SvgBoundingBoxType : System.Enum 
メンバ
メンバ解説
DecoratedThe bounding box that contains an element's geometric shape, its stroke shape and its markers.
ObjectThe bounding box that contains only an element's geometric shape.
StrokeThe bounding box that contains an element's geometric shape and its stroke shape.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Svg.SvgBoundingBoxType

参照

GrapeCity.Documents.Svg 名前空間