Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / ReadDepthValues Method / ReadDepthValues(Int32[],Int32) Method

In This Topic
    ReadDepthValues(Int32[],Int32) Method
    In This Topic
    Reads depth values from the depth buffer.
    Syntax
    'Declaration
     
    Public Overloads Overridable Function ReadDepthValues( _
       ByVal layoutViewport() As Integer, _
       ByRef stride As Integer _
    ) As Short()
    public virtual short[] ReadDepthValues( 
       int[] layoutViewport,
       out int stride
    )

    Parameters

    layoutViewport
    stride

    Return Value

    The array of read depths.
    See Also