指定の座標を使用して、 PointF クラスの新しいインスタンスを初期化します。
Public Sub New( _
ByVal x As Single, _ ByVal y As Single _)
[C#]
public PointF(
floatx,floaty);
[C++]
public: PointF(
floatx,floaty);
[JScript]
public function PointF(
x : float,y : float);
パラメータ
- x
点の水平位置。 - y
点の垂直位置。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ