RenderContextBase.BeginReadDepthValues Method

Initializes a depth read operation.
Public Overridable Sub BeginReadDepthValues( _ 
ByVal size As Size, _ 
ByRef strideInPixels As Integer
)
This language is not supported or no code example is available.
public virtual void BeginReadDepthValues( 
Size size
out int strideInPixels 
)
This language is not supported or no code example is available.

Parameters

size
Size

The size of the area to read

strideInPixels
int

The number of pixels per row of the read area

Remarks
 
For internal use only.

.NET Framework

Supported in: 4.8

In this article

Definition