Corner 命令
- Corner( <Number of Corner> )
-
对于数字 n = 1, 2, 3, 4 在...的角上创建一个点
Graphics_View
,对于
n = 5
返回点
(w, h)
,其中
w
和
h
分别是图形视图的宽度和高度(以像素为单位)。始终使用
Graphics_View
,即使第二个处于活动状态。
|
Corner( <Number of Corner> ) won’t work inside other commands. Instead create eg
|
- Corner( <Graphics View>, <Number of Corner> )
-
在...的角上创建一个点
Graphics View (1, 2) which is never visible in that view. Supported values of number
n
图形视图(1、2),该点在该视图中始终不可见。数字
1, 2, 3, 4
的取值为
5
和
|
Corner( <Graphics View>, <Number of Corner> ) won’t work inside other commands. Instead create eg
|
|
并使用该值。
|
- Corner( <Image>, <Number of Corner> )
-
在图像的角上创建一个点(编号 n = 1, 2, 3, 4).
- Corner( <Text>, <Number of Corner> )
-
在文本的角上创建一个点(编号 n = 1, 2, 3, 4).