mg/src/CirclePixmap.i3


Copyright (C) 1994, Digital Equipment Corp.
 by Stephen Harrison and Greg Nelson 
 

INTERFACE CirclePixmap;

IMPORT Pixmap;

PROCEDURE New (width, height: CARDINAL; border: CARDINAL := 0; fill := TRUE):
  Pixmap.T;
Return an elliptical bitmap of the given width and height. It is a checked runtime error if either of these are negative.

END CirclePixmap.