<< AddBorderPath | AddEPSMaskPoint >> |
Top: Documentation Library | Up: A Commands |
AddDrawingMaskPoint Object Command
Adds path segments to a drawings mask. New in PageStream 4.0.
adddrawingmaskpoint [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:
AddDrawingMaskPoint Command Definition url:PGScmd/adddrawingmaskpoint
created:2006-03-29 17:47:08 last updated:2006-08-18 08:14:15
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For AddDrawingMaskPoint | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-03 15:13:28 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. Adds a {...} . AddDrawingMaskPoint ([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])
ARexx: Applescript: | |
User Contributed Comments For AddDrawingMaskPoint | sign in to add a comment |
<< AddBorderPath | AddEPSMaskPoint >> |
Top: Documentation Library | Up: A Commands |