DioDocs for PDF
CreateTransparencyGroup メソッド (GcPdfGraphics)

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

パラメータ

size
isolated
knockout
softMask
参照

GcPdfGraphics クラス
GcPdfGraphics メンバ