mg/src/ShapePixmap.i3


Copyright (C) 1994, Digital Equipment Corp.
 by Stephen Harrison and Steve Glassman 
 

INTERFACE ShapePixmap;

IMPORT MGV, Pixmap, Path;

PROCEDURE New (READONLY path  : Path.T;
               READONLY border: CARDINAL := 0;
               READONLY fill             := TRUE;
               READONLY v     : MGV.V             ): Pixmap.T;
Return a bitmap of the path for v.

END ShapePixmap.