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

In This Topic
    ReadDepths Method (D3DTexture2D)
    In This Topic
    Syntax
    'Declaration
     
    Public Function ReadDepths( _
       ByVal rect As Rectangle _
    ) As Short()
    public short[] ReadDepths( 
       Rectangle rect
    )

    Parameters

    rect
    See Also