DioDocs for PDF
SvgFillRule 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgFillRule 列挙体
Defines the algorithm (or winding rule) which is to be used to determine what parts of a canvas are included inside a shape.
シンタックス
'宣言
 
Public Enum SvgFillRule 
   Inherits System.Enum
public enum SvgFillRule : System.Enum 
メンバ
メンバ解説
EvenOddSpecifies the alternate fill mode.
NonZeroSpecifies the winding fill mode.
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間