Draw Styled Circle

\i D c bits::mode word::radius

Parameter Type Range Description
mode bits Bit 1, 3 ... 6 flags for the circle properties
radius word 1 ... max[width, height] radius of the circle

Draws a circle using the currently selected line thickness with the radius radius and the current cursor position as center. The parameter mode allows to set several properties for the circle:

Bit Description
1 drop shadow
3 filled with background color
4

use foreground color for filling (bit 3 must be set too)

5 filled with current fill pattern (bits 3 and 4 ignored if set)
6 draw without outline
7 alpha blending for shadow only

Note

Response: [ACK]

Example

\iDc\x62\D125

Draws a filled circle without an outline with a radius of 125 pixels and a drop shadow.

Not supported by: DPC3020, DPC2060, DPC10xx

See also:

Draw Line
Draw Circle
Draw Rectangle
Draw Ellipse
Set Border Color
Set Border Shadow Color
Set Line Thickness
Set Filling Color
Set Filling Gradient
Set Filling Tile
Set Alpha