Initializes a new instance of the PointF class with the specified coordinates.
シンタックス
'宣言
Public Function New( _
ByVal As System.Single, _
ByVal As System.Single _
)
public PointF(
System.float ,
System.float
)
パラメータ
- x
- The horizontal position of the point.
- y
- The vertical position of the point.
参照