home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 May / dpcb0598.iso / Business / Draw8 / Draw / Fill_out / Outlines / dot_arr.csc < prev    next >
Text File  |  1997-08-19  |  872b  |  26 lines

  1. REM Favorite : Outline,Outline Style,Outline Width,Outline Arrow Head,Outline Arrow Tail
  2.  
  3. WITHOBJECT "CorelDraw.Automation.8"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects FALSE
  7.     .SetOutlineWidth 14111
  8.     .SetOutlineMiscProperties 2, 2, 0, 0, 100, 0, FALSE, FALSE
  9.     .StoreColor 2, 0, 100, 100, 0
  10.     .SetOutlineColor
  11.     .BeginDrawArrow TRUE, 446786, 6
  12.     .AddArrowPoint 0, 0, FALSE, FALSE, TRUE, TRUE, 0, 0
  13.     .AddArrowPoint -889000, 381000, FALSE, FALSE, TRUE, FALSE, 0, 1
  14.     .AddArrowPoint -762000, 127000, TRUE, FALSE, TRUE, FALSE, 0, 3
  15.     .AddArrowPoint -762000, -127000, TRUE, FALSE, TRUE, FALSE, 0, 3
  16.     .AddArrowPoint -889000, -381000, TRUE, FALSE, TRUE, FALSE, 0, 2
  17.     .AddArrowPoint 0, 0, FALSE, FALSE, FALSE, TRUE, 0, 1
  18.     .EndDrawArrow 
  19.     .SetOutlineArrow 0
  20.     .SetOutlineArrow 1
  21.     .ResumePainting 
  22.     .EndOfRecording 
  23. END WITHOBJECT
  24.  
  25.  
  26.