Implicit Type Conversion(PointD,PointF) Operator
In This Topic
Syntax
'Declaration
Overloads Public Operator Widening CType( _
ByVal As PointF _
) As PointD
public PointD operator implicit(
PointF
)
Parameters
- value
- The System.Drawing.PointF to convert.
Return Value
See Also