Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / OglRenderContext Class / BeginReadDepthValues Method

In This Topic
    BeginReadDepthValues Method (OglRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub BeginReadDepthValues( _
       ByVal size As Size, _
       ByRef strideInPixels As Integer _
    ) 
    public override void BeginReadDepthValues( 
       Size size,
       out int strideInPixels
    )

    Parameters

    size
    strideInPixels
    See Also