RenderContextBase.SetViewport (Int32(), Single, Single) Method

Public Overridable Sub SetViewport( _ 
ByVal viewFrame As Integer(), _ 
ByVal depthMin As Single, _ 
ByVal depthMax As Single
)
This language is not supported or no code example is available.
public virtual void SetViewport( 
int[] viewFrame
float depthMin
float depthMax 
)
This language is not supported or no code example is available.

Parameters

viewFrame
int[]

depthMin
float

depthMax
float

.NET Framework

Supported in: 4.8

In this article

Definition