Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

Dimension 元素

  • Last UpdatedSep 24, 2024
  • 1 minute read

Dimension 元素包含用于指定屏幕上对象的左上角坐标的元素。Dimension 元素还包含用于指定长方形对象的宽度和高度的元素。

在 WindowMaker 中,坐标的垂直和水平方向限制都是 -32000 到 +32000。指定 X 和 Y 位置的组合时,如果宽度或高度值使计算的坐标位于 (-32000, -32000, 32000, 32000) 边界之外,则将出现警告,并且值将限定为最大值。高度和宽度值应该为正数。

在 Dimension 元素中,可以使用以下元素来指定屏幕上的区域。

元素

描述

向左

左边缘坐标。必需。

顶端

上边缘坐标。必需。

宽度

宽度,以像素为单位。

高度

高度,以像素为单位。

示例:

<Dimension>

<Left>4</Left>

<Top>4</Top>

<Width>632</Width>

<Height>278</Height>

</Dimension>

Related Links