Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / RenderContextUtility Class / ConvertPoint(Point) Method
The point to convert

In This Topic
    ConvertPoint(Point) Method
    In This Topic
    Method that converts a System.Windows.Point to a System.Drawing.Point.
    Syntax
    'Declaration
     
    Public Shared Function ConvertPoint( _
       ByVal point As Point _
    ) As Point
    public static Point ConvertPoint( 
       Point point
    )

    Parameters

    point
    The point to convert

    Return Value

    See Also