IOinternDrawAddArc

Top  Previous  Next

Arcs sign.

Only for internal use.

About the Messagepipe hndl a graphic arts window view is arranged to draw an arc. If doDraw FALSE (= is 0), the arc is not drawn, but is extinguished.

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

x1 (stands in) [IN]

y1 (stands in) [IN]

Co-ordinates of the first arc point.

x2 (stands in) [IN]

y2 (stands in) [IN]

Co-ordinates of the second arc point.

x3 (stands in) [IN]

y3 (stands in) [IN]

Co-ordinates of the third arc point.

colour (int) [IN]

Colour definition determines the representation in the graphic arts window.

lineType (int) [IN]

lineType determines the representation of the line kind, sketched, dots etc.

doDraw (int) [IN]

Has doDraw the value TRUE, the arc is drawn. Has doDraw the value FALSE, an arc existing with these co-ordinates is extinguished.

view (void *) [IN]

Act on the graphic arts window.

spread (float) [IN]

Is not required at the moment, and can contain, hence, any value.

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOinternDrawAddArc (

PIOPIPES pipes,

stand in x1,

stand in y1,

stand in x2,

stand in y2,

stand in x3,

stand in y3,

int colour,

int lineType,

int doDraw,

void * view,

float spreads

);