CADDRAW

  Structures >

CADDRAW

Previous pageReturn to chapter overviewNext page

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:

Value

Meaning

0

normal color mode

1

black and white mode

2

grayscale color mode

3

3d mode with a fill

 

 

See Also

CADEXPORTPARAMS  | DXFDATA  | DXFPOINT  | FPOINT  | FRECT


© 2003-2024 CADSoftTools

Go to CAD DLL