CreateTransparencyGroup Method
In This Topic
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.
Syntax
'Declaration
Public Overrides Function CreateTransparencyGroup( _
ByVal As System.Drawing.Rectangle, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
) As IGcTransparencyGroup
public override IGcTransparencyGroup CreateTransparencyGroup(
System.Drawing.Rectangle ,
System.bool ,
System.bool ,
System.bool
)
Parameters
- size
- isolated
- knockout
- pdfSoftMask
See Also