home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PCreatePolygon.h ----------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 3:29 PM by Paul Ferguson.
- *
- * Description: This class is a little different than most other commands.
- * The class client must create a complete PRequestBuf object and pass it
- * into the constructor. Refer to the SDK Guide for information about the
- * format of the PCreatePolygon command parameters.
- *-------------------------------------------------------------------------
- */
- #ifndef __PCreatePolygon__
- #define __PCreatePolygon__
-
- class PRequestBuf;
-
- class PCreatePolygon
- {
-
- public:
-
- PCreatePolygon(PRequestBuf& request);
-
- private:
-
- PCreatePolygon();
- };
-
- #endif
-
- // end of PCreatePolygon.h
-