Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / ReadColorBuffer Method
Rectangle to read, in screen coordinates.

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

    Parameters

    viewport
    rect
    Rectangle to read, in screen coordinates.
    stride
    bpp

    Return Value

    See Also