home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Fill
-
- WITHOBJECT "CorelDraw.Automation.8"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .RecorderSelectObjectByIndex TRUE, 1
- .ApplyTextureFill "", "Surfaces 5C", "Cdr5:Surfaces 5C"
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-
-
-