imagedashedline

imagedashedline -- Zeichnen einer gestrichelten Linie

Beschreibung:

int imagedashedline ( int im, int x1, int y1, int x2, int y2, int col)

ImageDashedLine( ) zeichnet eine gestrichelte Linie , beginnend am Punkt x1 , y1 bis zum Punkt x2 , y2 (oben links ist 0 , 0 ) in das Bild image im mit der Farbe col .

Siehe auch imageline( ) .