[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfGraphics.CreateTransparencyMask

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)
Parameters
Type Name Description
IGcTransparencyGroup layer
TransparencyMaskType maskType
Rectangle maskBounds
IGcTransparencyMaskFilter filter
Returns
Type Description
object
Overrides