Eyeshot 10 WinForms API Reference
UpdateZBufferRange Method

WinForms Assembly > devDept.Graphics Namespace > CameraBase Class : UpdateZBufferRange Method
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

Reference

CameraBase Class
CameraBase Members