Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / ReadSurface Method

In This Topic
    ReadSurface Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub ReadSurface( _
       ByVal controlSize As Size, _
       ByVal backBuffer As Boolean, _
       ByVal antialiasing As Boolean _
    ) 
    public override void ReadSurface( 
       Size controlSize,
       bool backBuffer,
       bool antialiasing
    )

    Parameters

    controlSize
    backBuffer
    antialiasing
    See Also