DioDocs for PDF
RegionCombineMode 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 : RegionCombineMode 列挙体
Specifies the different methods by which two regions can be combined.
シンタックス
'宣言
 
Public Enum RegionCombineMode 
   Inherits System.Enum
public enum RegionCombineMode : System.Enum 
メンバ
メンバ解説
ExcludeThe second region is excluded from the first.
IntersectThe two regions are combined by taking their intersection.
UnionThe two regions are combined by taking the union of both.
XorThe two regions are combined by taking the area that exists in the first region but not the second and the area that exists in the second region but not the first.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Imaging.RegionCombineMode

参照

GrapeCity.Documents.Imaging 名前空間