ClipBoundary2dSet(Point2d,
Point2d) Method
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public ClipError Set(
        Point2d firstCorner,
        Point2d secondCorner
)
 
Public Function Set ( 
        firstCorner As Point2d,
        secondCorner As Point2d
) As ClipError
 
public:
ClipError Set(
        Point2d firstCorner, 
        Point2d secondCorner
)
 
member Set : 
        firstCorner : Point2d * 
        secondCorner : Point2d -> ClipError 
 
 
 
Parameters
- firstCorner  Point2d
 
-  
 
- secondCorner  Point2d
 
-  
 
Return Value
ClipError
 
See Also