Version

ClipTo Method

Clips the given points using the given Clipper.
Syntax
'Declaration
 
Public Shared Sub ClipTo( _
   ByVal points As IList(Of Point), _
   ByVal list As IList(Of Point), _
   ByVal clipper As Clipper _
) 
public static void ClipTo( 
   IList<Point> points,
   IList<Point> list,
   Clipper clipper
)

Parameters

points
The points to clip using the given Clipper.
list
Not used.
clipper
The Clipper to use when clipping the given points to the target bounds.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also