Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / IViewport Interface / ViewportToCameraScreen Method
The point to convert

In This Topic
    ViewportToCameraScreen Method (IViewport)
    In This Topic
    Converts viewport coordinates (0 on top-left, relative to Viewport location) to camera screen coordinates (0 con the control bottom-left corner).
    Syntax
    'Declaration
     
    Function ViewportToCameraScreen( _
       ByVal pt As Point _
    ) As Point
    Point ViewportToCameraScreen( 
       Point pt
    )

    Parameters

    pt
    The point to convert

    Return Value

    The point in camera screen coordinates
    See Also