1998
Adam D. Moss
Add a vertical guide to an image.
This procedure adds a vertical guide to an image. It takes the input image and the x-position of the new guide as parameters. It returns the guide ID of the new guide.
unknown
Type | Name | Description |
---|---|---|
PF_IMAGE | image | The image |
PF_INT | xposition | The guide's x-offset from left of image (xposition >= 0) |
Type | Name | Description |
---|---|---|
PF_INT | guide | The new guide |