CreateTransparencyMask Method
In This Topic
For internal use. Creates a transparency mask from a GrapeCity.Documents.Drawing.IGcTransparencyGroup, this mask can be specified for this graphics using GrapeCity.Documents.Drawing.GcGraphics.SetTransparencyMask method. Note! If the transparency mask supports System.IDisposable interface it will be automatically disposed after usage.
Syntax
'Declaration
Public Overrides Function CreateTransparencyMask( _
ByVal As IGcTransparencyGroup, _
ByVal As TransparencyMaskType, _
ByVal As System.Drawing.Rectangle _
) As System.Object
public override System.object CreateTransparencyMask(
IGcTransparencyGroup ,
TransparencyMaskType ,
System.Drawing.Rectangle
)
Parameters
- layer
- maskType
- maskBounds
See Also