导航: EmEditor 帮助 > 宏参考 > Point 对象 > 属性
宏: x 属性 (Point 对象)
代表 Point 对象的水平(或字符)位置。
x = point.x;
point.x = x;
x = point.x
point.x = x
支持 EmEditor 17.0 或之后的版本。