x 属性 (Point 对象)

代表 Point 对象的水平(或字符)位置。

[JavaScript]

x = point.x;
point.x = x;

[VBScript]

x = point.x
point.x = x

版本

支持 EmEditor 17.0 或之后的版本。