Important: The information in this document is obsolete and should not be used for new development.
SetPenState
To restore the state of the graphics pen that was saved with theGetPenState
procedure, use theSetPenState
procedure.
PROCEDURE SetPenState (pnState: PenState);
pnState
- A
PenState
record previously created with theGetPenState
procedure.DESCRIPTION
TheSetPenState
procedure sets the graphics pen's location, size, pattern, and pattern mode in the current graphics port to the values stored in thePenState
record that you specify in thepnState
parameter.SEE ALSO
ThePenState
record is described on page 3-33.