Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / CameraBase Class / UpdateZBufferRange Method

In This Topic
    UpdateZBufferRange Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Function UpdateZBufferRange( _
       ByVal renderContext As RenderContextBase, _
       ByVal cameraScreenPos As Point, _
       ByVal boxSize1 As Integer, _
       ByVal boxSize2 As Integer, _
       ByVal layoutWidth As Integer, _
       ByVal layoutHeight As Integer _
    ) As Boolean
    protected internal bool UpdateZBufferRange( 
       RenderContextBase renderContext,
       Point cameraScreenPos,
       int boxSize1,
       int boxSize2,
       int layoutWidth,
       int layoutHeight
    )

    Parameters

    renderContext
    cameraScreenPos
    boxSize1
    boxSize2
    layoutWidth
    layoutHeight
    See Also