Docs » Autodocs » graphics.library » GetOPen
GetOPen -- Get the O Pen value for a RastPort (V39).
pen = GetOPen ( rp ) d0 a0 ULONG GetOPen(struct RastPort *)
Return the current value of the O pen for the rastport. This function should be used instead of peeking the structure directly, because future graphics devices may store it differently, for instance, using more bits.
rp = a pointer to a valid RastPort structure.
SetOutlinePen(), <graphics/gfx.h>
|