PointF.PointF

PointF constructor

Initializes a new instance of the PointF structure with the specified coordinates.

public PointF(float x, float y)
ParameterTypeDescription
xSingleThe horizontal position of the point.
ySingleThe vertical position of the point.

See Also