home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Fill
-
- WITHOBJECT "CorelDraw.Automation.8"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .RecorderSelectObjectByIndex TRUE, 1
- .StoreColor 2, 0, 40, 40, 0, 0, 0, 100, 0
- .StoreColor 2, 0, 40, 60, 0, 0, 0, 100, 49
- .StoreColor 2, 0, 20, 20, 0, 0, 0, 100, 72
- .StoreColor 2, 0, 0, 20, 0, 0, 0, 100, 100
- .ApplyFountainFill 1, 0, 0, 1280, 256, 10, 3, 50
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-
-
-