Corner Command
- Corner( <Number of Corner> )
-
For number n = 1, 2, 3, 4 creates a point at the corner of the Graphics View, for n = 5 returns point (w, h), where w and h are width and height of the Graphics View in pixels. Always uses first Graphics View, even if second is active.
Corner( <Number of Corner> ) won’t work inside other commands. Instead create eg |
- Corner( <Graphics View>, <Number of Corner> )
-
Creates a point at the corner of Graphics View (1, 2) which is never visible in that view. Supported values of number n are 1, 2, 3, 4 and 5 as above.
Corner( <Graphics View>, <Number of Corner> ) won’t work inside other commands. Instead create eg
|
Use
|
- Corner( <Image>, <Number of Corner> )
-
Creates a point at the corner of the image (number n = 1, 2, 3, 4).
- Corner( <Text>, <Number of Corner> )
-
Creates a point at the corner of the text (number n = 1, 2, 3, 4).