Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / ZBuffer Class / ReadZRange Method

In This Topic
    ReadZRange Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function ReadZRange( _
       ByVal renderContext As RenderContextBase, _
       ByVal centerCameraScreen As Point, _
       ByVal width As Integer, _
       ByVal height As Integer, _
       ByRef zMin As Double, _
       ByRef zMax As Double, _
       ByVal optimizeRead As Boolean, _
       ByVal layoutWidth As Integer, _
       ByVal layoutHeight As Integer _
    ) As Boolean
    public bool ReadZRange( 
       RenderContextBase renderContext,
       Point centerCameraScreen,
       int width,
       int height,
       ref double zMin,
       ref double zMax,
       bool optimizeRead,
       int layoutWidth,
       int layoutHeight
    )

    Parameters

    renderContext
    centerCameraScreen
    width
    height
    zMin
    zMax
    optimizeRead
    layoutWidth
    layoutHeight
    See Also