AddPictureMaskPoint Object Command

Adds path segments to a picture mask. New in PageStream 4.0.

addpicturemaskpoint [MOVETO x1 y1] [LINETO x1 y1] [CURVETO cx1 cy1 cx2 cy2 px2 py2] [CLOSEPATH] [CORNERJOIN | SMOOTHJOIN] [ATEND | AFTER pointindex | BEFORE pointindex] [DOCUMENT document | WINDOW document-window | OBJECTID objectid]

Examples:
ARexx:

addpicturemaskpoint moveto 1 1 lineto 2 1 lineto 22 lineto 1 2 closepath atend

 

AddPictureMaskPoint  Command Definition  url:PGScmd/addpicturemaskpoint
  created:2006-03-29 17:47:08   last updated:2006-08-18 08:43:31
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For AddPictureMaskPoint
Dan Kilroy wrote...2006-05-03 20:24:12

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

AddPictureMaskPoint ([MOVETO x1 y1] [LINETO x1 y1] [CURVETO cx1 cy1 cx2 cy2 px2 py2] [CLOSEPATH] [CORNERJOIN | SMOOTHJOIN] [ATEND | AFTER pointindex | BEFORE pointindex] [DOCUMENT document | WINDOW document-window | OBJECTID objectid])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For AddPictureMaskPoint