Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / ReadDepthValuesInternal Method

In This Topic
    ReadDepthValuesInternal Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected MustOverride Function ReadDepthValuesInternal( _
       ByVal layoutViewport() As Integer _
    ) As Short()
    protected abstract short[] ReadDepthValuesInternal( 
       int[] layoutViewport
    )

    Parameters

    layoutViewport
    See Also