Link Search Menu Expand Document

CanvasSetClip Method (RectangleF)

Modifies the current clipping path by intersecting it with the current path.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void SetClip(
	RectangleF rect
)

Parameters

rect
Type: System.DrawingRectangleF
Clip rectangle.
See Also

Reference