Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / Viewport Class / ViewportToCameraScreen Method
The point to convert

In This Topic
    ViewportToCameraScreen Method (Viewport)
    In This Topic
    Converts Viewport coordinates (0 on top of viewport) to Camera Screen coordinates (0 on bottom of control)
    Syntax
    'Declaration
     
    Public Function ViewportToCameraScreen( _
       ByVal pt As Point _
    ) As Point
    public Point ViewportToCameraScreen( 
       Point pt
    )

    Parameters

    pt
    The point to convert

    Return Value

    The point in camera screen coordinates
    See Also