[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Graphics.SoftMask.Create

Create Method

Create(GcPdfDocument, RectangleF)

Creates a SoftMask object.

Declaration
public static SoftMask Create(GcPdfDocument doc, RectangleF bounds)
Public Shared Function Create(doc As GcPdfDocument, bounds As RectangleF) As SoftMask
Parameters
Type Name Description
GcPdfDocument doc

The GcPdfDocument in which the new SoftMask will be used.

RectangleF bounds

The bounds where the soft mask should be applied.

Returns
Type Description
SoftMask

The created SoftMask object.