home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Fill
-
- WITHOBJECT "CorelDraw.Automation.8"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .RecorderSelectObjectByIndex TRUE, 1
- .StoreColor 2, 0, 100, 100, 0, 0, 0, 100, 0
- .StoreColor 2, 0, 0, 0, 0, 0, 0, 100, 49
- .StoreColor 2, 0, 100, 100, 0, 0, 0, 100, 76
- .StoreColor 2, 0, 0, 0, 0, 0, 0, 100, 93
- .StoreColor 5, 255, 255, 255, 0, 0, 0, 100, 100
- .ApplyFountainFill 1, 0, 0, -9, 256, 4, 3, 50
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-
-
-