Click or drag to resize

Point  Conversion Operators

Overload List
  NameDescription
Public operatorStatic member(PointF to Point)
Explicit conversion from a PointF to a Point by truncating values
Public operatorStatic member(Size to Point)
Explicit conversion from a size to a Point with a X and Y of the Width and Height values of the size, respectively
Top
See Also