Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcD2DBitmapGraphics Class / CreateTransparencyGroup Method

In This Topic
    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 size As System.Drawing.Rectangle, _
       ByVal isolated As System.Boolean, _
       ByVal knockout As System.Boolean, _
       ByVal pdfSoftMask As System.Boolean _
    ) As IGcTransparencyGroup
    public override IGcTransparencyGroup CreateTransparencyGroup( 
       System.Drawing.Rectangle size,
       System.bool isolated,
       System.bool knockout,
       System.bool pdfSoftMask
    )

    Parameters

    size
    isolated
    knockout
    pdfSoftMask
    See Also