PointHelper.FromCoordinates(Single, Single) 方法

定义

使用 x 和 y 坐标值(以像素为单位)创建新的 值。 C# 和 Microsoft Visual Basic 代码应改用 Point (Double,Double) 构造函数。

public:
 static Point FromCoordinates(float x, float y);
 static Point FromCoordinates(float const& x, float const& y);
public static Point FromCoordinates(float x, float y);
function fromCoordinates(x, y)
Public Shared Function FromCoordinates (x As Single, y As Single) As Point

参数

x
Single

float

要为 X 设置的像素值。

y
Single

float

要为 Y 设置的像素值。

返回

创建的

适用于