PointF

PointF constructor

使用指定坐标初始化 PointF 结构的新实例。

public PointF(float x, float y)
范围类型描述
xSingle点的水平位置。
ySingle点的垂直位置。

也可以看看