home *** CD-ROM | disk | FTP | other *** search
/ CorelDRAW! 9 / CorelDRAW 9.0.iso / Draw / Fill_out / Fills / Pattern / Bitmap / paper.csc < prev    next >
Encoding:
Text File  |  1998-11-24  |  331 b   |  14 lines

  1. REM Favorite : Fill
  2.  
  3. WITHOBJECT "CorelDraw.Automation.9"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects FALSE
  7.     .RecorderSelectObjectByIndex TRUE, 1
  8.     .ApplyFullColorFill "paper.udi", 254000, 254000, 0, 0, TRUE, 0, FALSE, FALSE, 0, 0, 0, 0
  9.     .ResumePainting 
  10.     .EndOfRecording 
  11. END WITHOBJECT
  12.  
  13.  
  14.