CameraBase.ReadViewportZBufferRange (RenderContextBase, ref Double, ref Double, Boolean, Int32, Int32) Method

Protected Function ReadViewportZBufferRange( _ 
ByVal renderContext As RenderContextBase, _ 
ByRef zMin As Double, _ 
ByRef zMax As Double, _ 
ByVal optimizeRead As Boolean, _ 
ByVal layoutWidth As Integer, _ 
ByVal layoutHeight As Integer
) As Boolean
This language is not supported or no code example is available.
protected bool ReadViewportZBufferRange( 
RenderContextBase renderContext
ref double zMin
ref double zMax
bool optimizeRead
int layoutWidth
int layoutHeight 
)
This language is not supported or no code example is available.

Parameters

renderContext
RenderContextBase

zMin
double

zMax
double

optimizeRead
bool

layoutWidth
int

layoutHeight
int

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition