DioDocs for PDF
CreateTransparencyGroup メソッド (GcGraphics)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス : CreateTransparencyGroup メソッド
For internal use. Creates a IGcTransparencyGroup compatible with this graphics. This group can be used later for: 1) Compose with graphics using the Composite method 2) Create a transparency mask from this group using the CreateTransparencyMask method Note! If the transparency group supports System.IDisposable interface it will be automatically disposed after usage.
シンタックス
'宣言
 
Public Overridable Function CreateTransparencyGroup( _
   ByVal size As System.Drawing.Rectangle, _
   ByVal isolated As System.Boolean, _
   ByVal knockout As System.Boolean, _
   ByVal pdfSoftMask As System.Boolean _
) As IGcTransparencyGroup
public virtual IGcTransparencyGroup CreateTransparencyGroup( 
   System.Drawing.Rectangle size,
   System.bool isolated,
   System.bool knockout,
   System.bool pdfSoftMask
)

パラメータ

size
isolated
knockout
pdfSoftMask
参照

GcGraphics クラス
GcGraphics メンバ