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.