XFINIUM.PDF Documentation
SetClip(PdfPath) Method



PdfPath that represents the new clip region.
Sets the clipping region of this graphics to the specified PdfPath.
Syntax
'Declaration
 
Public Overloads Sub SetClip( _
   ByVal path As PdfPath _
) 
'Usage
 
Dim instance As PdfGraphics
Dim path As PdfPath
 
instance.SetClip(path)
public void SetClip( 
   PdfPath path
)
public:
void SetClip( 
   PdfPath^ path
) 

Parameters

path
PdfPath that represents the new clip region.
Remarks
The actual clipping path is the intersection of the previous clipping path with this new clipping path. It is recommended to save the graphics state (see SaveGraphicsState method) before setting a clipping path and restore the graphics state (see RestoreGraphicsState method) after the clipping path is no longer needed.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfGraphics Class
PdfGraphics Members
Overload List

Send Feedback