PointF(Single, Single) コンストラクター

定義

指定した座標を使用して、 PointF クラスの新しいインスタンスを初期化します。

public:
 PointF(float x, float y);
public PointF(float x, float y);
new System.Drawing.PointF : single * single -> System.Drawing.PointF
Public Sub New (x As Single, y As Single)

パラメーター

x
Single

ポイントの水平方向の位置。

y
Single

ポイントの垂直方向の位置。

適用対象