Copyright (C) 1994, Digital Equipment Corp.
by Stephen Harrison and Greg Nelson
INTERFACECirclePixmap ; IMPORT Pixmap; PROCEDURE New (width, height: CARDINAL; border: CARDINAL := 0; fill := TRUE): Pixmap.T;
Return an elliptical bitmap of the givenwidth
andheight
. It is a checked runtime error if either of these are negative.
END CirclePixmap.