'Declaration Public Shared Function CreateWindowsPoint( _
ByVal pointThe System.Drawing.PointF object to convert.As System.Drawing.PointF _
) As System.Windows.Point
public static System.Windows.Point CreateWindowsPoint(
System.Drawing.PointF point
)
public: static System.Windows.Point CreateWindowsPoint(
System.Drawing.PointF point
)
public:
static System.Windows.Point CreateWindowsPoint(
System.Drawing.PointF point
)
Parameters
- point
- The System.Drawing.PointF object to convert.
Return Value
The System.Windows.Point object.