The CADDraw function draws CAD file on the specified device context.
Syntax
int CADDraw(
HANDLE hObject,
HDC hDC,
LPRECT lprc
);
Parameters
hObject |
Identifies a handle to the CAD drawing. |
hDC |
Identifies the device context. |
lprc |
Points to the RECT structure that contains logical coordinates of the drawing rectangle. |
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 CADGetLastError.
See Also
© 2003-2024 CADSoftTools
Go to CAD DLL