The SetClippingRectCAD function sets a clipping rect for CADImage.
Syntax:
int SetClippingRectCAD(
HANDLE Handle,
LPFRECT ABox
);
Parameters:
Handle  | 
Identifies the CADImage object handle.  | 
ABox  | 
Specifies a rectangular area of the drawing that will be displayed.  | 
Return Value:
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastErrorCAD.
See Also
CADCreate | GetBoxCAD | GetExtentsCAD | SetDrawingBoxCAD
© 2003-2025 CADSoftTools
Go to CAD DLL