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

In This Topic
    Composite Method
    In This Topic
    For internal use. Composites this GrapeCity.Documents.Drawing.GcGraphics and the GrapeCity.Documents.Drawing.IGcTransparencyGroup created with the GrapeCity.Documents.Drawing.GcGraphics.CreateTransparencyGroup method.
    Syntax
    'Declaration
     
    Public Overrides Sub Composite( _
       ByVal srcLayer As IGcTransparencyGroup, _
       ByVal srcBounds As System.Drawing.Rectangle, _
       ByVal dstPosition As System.Drawing.Point, _
       ByVal alpha As System.Nullable(Of Single) _
    ) 
    public override void Composite( 
       IGcTransparencyGroup srcLayer,
       System.Drawing.Rectangle srcBounds,
       System.Drawing.Point dstPosition,
       System.Nullable<float> alpha
    )

    Parameters

    srcLayer
    srcBounds
    dstPosition
    alpha
    See Also