gspp
Purpose
Sets plotter pen speed.
C Syntax
int gspp_ (penspd)
int *penspd;
FORTRAN Syntax
INTEGER function gspp (penspd)
INTEGER penspd
Pascal Syntax
FUNCTION gspp_ (
VAR penspd: INTEGER;
): INTEGER [PUBLIC|;
Description
The gspp subroutine sets the plotter pen speed.
Parameters
penspd Specifies the pen speed as a value from
0 to 100, giving a percentage of the
maximum speed of the plotter. The
initial pen speed is 100 percent.
Return Value
GS_SUCC Successful.
GS_USUC Invalid parameter value.