Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / ReadColorBuffer Method
The viewport to read.
The rectangle to read, in viewport coordinates (0 on top)

In This Topic
    ReadColorBuffer Method (RenderContextBase)
    In This Topic
    Reads the color buffer.
    Syntax
    'Declaration
     
    Public MustOverride Function ReadColorBuffer( _
       ByVal viewport As IViewport, _
       ByVal rect As Rectangle, _
       ByRef stride As Integer, _
       ByRef bpp As Integer _
    ) As Byte()
    public abstract byte[] ReadColorBuffer( 
       IViewport viewport,
       Rectangle rect,
       out int stride,
       out int bpp
    )

    Parameters

    viewport
    The viewport to read.
    rect
    The rectangle to read, in viewport coordinates (0 on top)
    stride
    bpp

    Return Value

    See Also