[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.GcD2DBitmapGraphics.Composite

Composite Method

Composite(IGcTransparencyGroup, Rectangle, Point, float?)

For internal use. Composites this GcGraphics and the GrapeCity.Documents.Drawing.IGcTransparencyGroup created with the CreateTransparencyGroup(Rectangle, bool, bool, bool) method.

Declaration
public override void Composite(IGcTransparencyGroup srcLayer, Rectangle srcBounds, Point dstPosition, float? alpha)
Public Overrides Sub Composite(srcLayer As IGcTransparencyGroup, srcBounds As Rectangle, dstPosition As Point, alpha As Single?)
Parameters
Type Name Description
IGcTransparencyGroup srcLayer
Rectangle srcBounds
Point dstPosition
float? alpha
Overrides