'Declaration Overloads Public Operator Widening CType( _ ByVal value As System.Drawing.PointF _ ) As Point
public Point operator implicit( System.Drawing.PointF value )
Parameters
- value
- The System.Drawing.PointF to convert.
Return Value
The converted Point.