Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ZoomWindow Method
Window's diagonal start point in screen coordinates
Window's diagonal end point in screen coordinates

In This Topic
    ZoomWindow Method (ViewportLayout)
    In This Topic
    Zooms to the specified window.
    Syntax
    'Declaration
     
    Public Overridable Sub ZoomWindow( _
       ByVal p1 As Point, _
       ByVal p2 As Point _
    ) 
    public virtual void ZoomWindow( 
       Point p1,
       Point p2
    )

    Parameters

    p1
    Window's diagonal start point in screen coordinates
    p2
    Window's diagonal end point in screen coordinates
    See Also