Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / Resize Method

In This Topic
    Resize Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub Resize( _
       ByVal size As Size _
    ) 
    public virtual void Resize( 
       Size size
    )

    Parameters

    size
    See Also