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 As IGcTransparencyGroup, _
ByVal As System.Drawing.Rectangle, _
ByVal As System.Drawing.Point, _
ByVal As System.Nullable(Of Single) _
)
public override void Composite(
IGcTransparencyGroup ,
System.Drawing.Rectangle ,
System.Drawing.Point ,
System.Nullable<float>
)
Parameters
- srcLayer
- srcBounds
- dstPosition
- alpha
See Also