Click or drag to resize

Point Constructor

Overload List
  NameDescription
Public methodPoint(PointF)
Initializes a new instance of a Point class with truncated values of the specified floating-point point
Public methodPoint(Size)
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 methodPoint(Int32, Int32)
Initializes a new instance of a Point class with specified x and y values
Top
See Also