Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DTexture2D Class / ReadPixels Method

In This Topic
    ReadPixels Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function ReadPixels( _
       ByVal rect As Rectangle, _
       ByVal renderContext As D3DRenderContext, _
       ByVal srcTexture As    _
    ) As Byte()
    public byte[] ReadPixels( 
       Rectangle rect,
       D3DRenderContext renderContext,
          srcTexture
    )

    Parameters

    rect
    renderContext
    srcTexture
    See Also