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

プロパティ値

Single

この PointF の y 座標。

適用対象