Autodesk.AutoCAD.Geometry Namespace > ClipBoundary2d Class > ClipBoundary2d Constructor > ClipBoundary2d(Point2d, Point2d) Constructor
ClipBoundary2d.ClipBoundary2d(Point2d, Point2d) Constructor
Description

Constructs an ortho-aligned rectangular clip boundary. Two diagonally opposite corners define the rectangle. 

Input segments that lie on the boundary are considered "inside." 

The clip boundary object can be constructed or set once and used repeatedly.

Visual Basic
Public Sub New(
    firstCorner As Point2d, 
    secondCorner As Point2d
)
C#
public ClipBoundary2d(
    Point2d firstCorner, 
    Point2d secondCorner
);
Parameters
Parameters 
Description 
Point2d firstCorner 
Input corner of a rectangle 
Point2d secondCorner 
Input corner of a rectangle 
Links
   Comments?