CreateTransparencyMask Method
CreateTransparencyMask(IGcTransparencyGroup, TransparencyMaskType, Rectangle, IGcTransparencyMaskFilter)
For internal use.
Creates a transparency mask from a GrapeCity.Documents.Drawing.IGcTransparencyGroup,
this mask can be specified for this graphics using SetTransparencyMask(object) method.
Note! If the transparency mask supports IDisposable interface it will be automatically disposed after usage.
Declaration
public override object CreateTransparencyMask(IGcTransparencyGroup layer, TransparencyMaskType maskType, Rectangle maskBounds, IGcTransparencyMaskFilter filter)
Public Overrides Function CreateTransparencyMask(layer As IGcTransparencyGroup, maskType As TransparencyMaskType, maskBounds As Rectangle, filter As IGcTransparencyMaskFilter) As Object
Parameters
Type |
Name |
Description |
IGcTransparencyGroup |
layer |
|
TransparencyMaskType |
maskType |
|
Rectangle |
maskBounds |
|
IGcTransparencyMaskFilter |
filter |
|
Returns
Overrides