PointF.Y 属性

定义

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

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

属性值

PointF 的 y 坐标。

适用于