CameraBase.ReadViewportZBufferRange (RenderContextBase, Point, Boolean, Int32, Int32, Int32, Int32) Method

Protected Friend Function ReadViewportZBufferRange( _ 
ByVal renderContext As RenderContextBase, _ 
ByVal cameraScreenPos As Point, _ 
ByVal readWhole As Boolean, _ 
ByVal boxSize1 As Integer, _ 
ByVal boxSize2 As Integer, _ 
ByVal layoutWidth As Integer, _ 
ByVal layoutHeight As Integer
) As Boolean
This language is not supported or no code example is available.
internal protected bool ReadViewportZBufferRange( 
RenderContextBase renderContext
Point cameraScreenPos
bool readWhole
int boxSize1
int boxSize2
int layoutWidth
int layoutHeight 
)
This language is not supported or no code example is available.

Parameters

renderContext
RenderContextBase

cameraScreenPos
Point

readWhole
bool

boxSize1
int

boxSize2
int

layoutWidth
int

layoutHeight
int

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition