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

In This Topic
    ReadDepthValues(Int32,Int32,Size) Method
    In This Topic
    Reads depth values from the depth buffer.
    Syntax
    'Declaration
     
    Public Overloads MustOverride Function ReadDepthValues( _
       ByVal left As Integer, _
       ByVal bottom As Integer, _
       ByVal size As Size _
    ) As Short()
    public abstract short[] ReadDepthValues( 
       int left,
       int bottom,
       Size size
    )

    Parameters

    left
    bottom
    size

    Return Value

    See Also