PointF(Single, Single) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PointF class with the specified coordinates.
public:
PointF(float x, float y);
public PointF(float x, float y);
new System.Drawing.PointF : single * single -> System.Drawing.PointF
Public Sub New (x As Single, y As Single)
Parameters
- x
- Single
The horizontal position of the point.
- y
- Single
The vertical position of the point.