RenderContextBase.ReadDepthValues (Int32, Int32, Size) Method

Reads depth values from the depth buffer.
Public MustOverride Function ReadDepthValues( _ 
ByVal left As Integer, _ 
ByVal bottom As Integer, _ 
ByVal size As Size
) As Short()
This language is not supported or no code example is available.
public abstract short[] ReadDepthValues( 
int left
int bottom
Size size 
)
This language is not supported or no code example is available.

Parameters

left
int

<default>

bottom
int

<default>

size
Size

<default>

Return Value

short[]

.NET Framework

Supported in: 4.8

In this article

Definition