The GetAbsSizeCAD function determines the real width and height of the drawing.
Syntax:
int GetAbsSizeCAD(
HANDLE hObject,
float *AbsWidht,
float *AbsHeight
);
Parameters:
hObject |
Identifies the CADImage object handle. |
AbsWidth |
Points to a floating-point value that is to receive the drawing width. |
AbsHeight |
Points to a floating-point value that is to receive the drawing height. |
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
© 2003-2024 CADSoftTools
Go to CAD DLL