Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / ReadSurface Method
The size of the control
If true, captures the backbuffer, else the front buffer
Tells if the antialiasing is enabled or not

In This Topic
    ReadSurface Method (RenderContextBase)
    In This Topic
    Reads the whole control and stores it in internal data.
    Syntax
    'Declaration
     
    Public Overridable Sub ReadSurface( _
       ByVal controlSize As Size, _
       ByVal backBuffer As Boolean, _
       ByVal antialiasing As Boolean _
    ) 
    public virtual void ReadSurface( 
       Size controlSize,
       bool backBuffer,
       bool antialiasing
    )

    Parameters

    controlSize
    The size of the control
    backBuffer
    If true, captures the backbuffer, else the front buffer
    antialiasing
    Tells if the antialiasing is enabled or not
    Remarks
    For internal use only.
    See Also