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

In This Topic
    ReadDepthValues(Int32,Int32,Size) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Function ReadDepthValues( _
       ByVal left As Integer, _
       ByVal bottom As Integer, _
       ByVal size As Size _
    ) As Short()
    public override short[] ReadDepthValues( 
       int left,
       int bottom,
       Size size
    )

    Parameters

    left
    bottom
    size
    See Also