picksize(3) — Silicon Graphics R1c
NAME
picksize - set the dimensions of the picking window
SYNOPSIS
C
picksize(deltax, deltay)
short deltax, deltay;
FORTRAN
subroutine picksi(deltax, deltay)
integer*2 deltax, deltay
Pascal
procedure picksize(deltax, deltay: Short);
DESCRIPTION
Picksize has two arguments, deltax and deltay, which define the dimensions of a rectangle, called the picking window, centered at the current cursor position, the lower left corner of the cursor glyph. In picking mode, any objects that intersect the picking window are reported.
SEE ALSO
pick
NOTE
This command can only be used in immediate mode.
Version 2.3 — July 04, 1985