Click or drag to resize

PointF Constructor

Overload List
  NameDescription
Public methodPointF(Point)
Initializes a new instance of a PointF class with values of the Pointpoint
Public methodPointF(SizeF)
Initializes a new instance of a Point class with X and Y values corresponding to the Width and Height values of the specified size, respecitively
Public methodPointF(Single, Single)
Initializes a new instance of a Point class with specified x and y values
Top
See Also