PointF Constructor (Single, Single)

 

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

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
PointF(
	float x,
	float y
)

Parameters

x
Type: System::Single

The horizontal position of the point.

y
Type: System::Single

The vertical position of the point.

.NET Framework
Available since 1.1
Return to top
Show: