ClipBoundary2d Constructor (Point2d, Point2d)

Constructor for the ClipBoundary2d class. Creates a rectangular clipping boundary from the given two corner points.
Namespace:  Teigha.Geometry
Assembly:  TD_Mgd (in TD_Mgd.dll) Version: 21.4.0.0
Syntax
public ClipBoundary2d(
        Point2d firstCorner,
        Point2d secondCorner
)

Parameters

firstCorner
Type: Teigha.GeometryPoint2d
[in] First corner point.
secondCorner
Type: Teigha.GeometryPoint2d
[in] Second corner point.
See Also

©  Bricsys NV. All rights reserved.