Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphics.IntersectClip(RectangleF) Method

Updates the clip region of this PdfGraphics object to the intersection of the current clip region and the specified RectangleF structure.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Drawing.dll

Declaration

public void IntersectClip(
    RectangleF rect
)

Parameters

Name Type Description
rect RectangleF

A RectangleF structure to intersect with the current clip region.

See Also