PointF.X プロパティ
定義
この PointF の x 座標を取得または設定します。Gets or sets the x-coordinate of this PointF.
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
プロパティ値
- Single
この PointF の x 座標。The x-coordinate of this PointF.
適用対象