Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DTextureDepth Class / ReadDepthsPixels Method

In This Topic
    ReadDepthsPixels Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ReadDepthsPixels( _
       ByVal context As RenderContextBase, _
       ByVal other As   , _
       ByVal rect As Rectangle _
    ) As Byte()
    public static byte[] ReadDepthsPixels( 
       RenderContextBase context,
          other,
       Rectangle rect
    )

    Parameters

    context
    other
    rect
    See Also