Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / OglRenderContext Class / ReadColorBuffer Method

In This Topic
    ReadColorBuffer Method (OglRenderContext)
    In This Topic
    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
    stride
    bpp
    See Also