BulletGraph for WinForms
C1GaugeClipOperation 列挙体

C1.Win.Gauge.6 アセンブリ > C1.Win.Gauge 名前空間 : C1GaugeClipOperation 列挙体
Specifies how the source and given clipping regions can be combined.
シンタックス
'宣言
 
Public Enum C1GaugeClipOperation 
   Inherits System.Enum
public enum C1GaugeClipOperation : System.Enum 
メンバ
メンバ解説
ComplementSpecifies that the source region is replaced by the result of the source region being removed from the given region.
ExcludeSpecifies that the source region is replaced by the result of the given region being removed from the source region.
IntersectTwo clipping regions are combined by taking their intersection.
NoneThe source region remains unchanged.
ReplaceThe source clipping region is replaced by the given region.
UnionTwo clipping regions are combined by taking the union of both.
XorTwo clipping regions are combined by taking only the areas enclosed by one or the other region, but not both.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.Gauge.C1GaugeClipOperation

参照

C1.Win.Gauge 名前空間