[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfGraphics.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 dstPoint, float? alpha)
Parameters
Type Name Description
IGcTransparencyGroup srcLayer
Rectangle srcBounds
Point dstPoint
float? alpha
Overrides