Click or drag to resize

Point2f Constructor

Overload List
  NameDescription
Public methodPoint2f(Double, Double)
Initializes a new two-dimensional point from two double-precision floating point numbers as coordinates.

Coordinates will be internally converted to floating point numbers. This might cause precision loss.

Public methodPoint2f(Single, Single)
Initializes a new two-dimensional point from two components.
Top
See Also