Docs » Autodocs » graphics.library » SetDrMd
SetDrMd -- Set drawing mode for a RastPort
SetDrMd( rp, mode ) a1 d0:8 void SetDrMd( struct RastPort *, UBYTE );
Set the drawing mode for lines, fills and text. Get the bit definitions from rastport.h
rp - pointer to RastPort structure. mode - 0-255, some combinations may not make much sense.
The mode set is dependent on the bits selected. Changes minterms to reflect new drawing mode. Sets line drawer to restart pattern.
SetAPen(), SetBPen(), <graphics/rastport.h>
|