The CADDRAW structure contains information on the drawing parameters.
Syntax:
typedef struct _CADDRAW
{
DWORD Size;
HDC DC;
RECT R;
BYTE DrawMode;
} CADDRAW, *LPCADDRAW;
Fields:
Size |
Specifies the size of the data structure in bytes. Set this member to sizeof(CADDRAW) before using this structure. |
||||||||||
DC |
Identifies the device context. |
||||||||||
R |
Specifies the RECT structure that contains the logical coordinates of the drawing rectangle. |
||||||||||
DrawMode |
Specifies color mode for drawing CAD image. This parameter can have one of the following values:
|
See Also
CADEXPORTPARAMS | DXFDATA | DXFPOINT | FPOINT | FRECT
© 2003-2024 CADSoftTools
Go to CAD DLL