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

In This Topic
    ResizeSurfacesForCapture Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub ResizeSurfacesForCapture( _
       ByVal size As Size, _
       ByVal antialiasing As Boolean _
    ) 
    public virtual void ResizeSurfacesForCapture( 
       Size size,
       bool antialiasing
    )

    Parameters

    size
    antialiasing
    See Also