PointF.X 属性

定义

获取或设置此 PointF 的 x 坐标。

public:
 property float X { float get(); void set(float value); };
public float X { get; set; }
member this.X : single with get, set
Public Property X As Single

属性值

PointF 的 x 坐标。

适用于