DrawOnScreenWireframeParams Constructor

Constructor.
Public Sub New( _ 
ByVal camera As Camera, _ 
ByVal viewFrame As Integer(), _ 
ByVal digitsTexture As TextureMosaic
)
This language is not supported or no code example is available.
public DrawOnScreenWireframeParams( 
Camera camera
int[] viewFrame
TextureMosaic digitsTexture 
)
This language is not supported or no code example is available.

Parameters

camera
Camera

The camera

viewFrame
int[]

The viewport bounds

digitsTexture
TextureMosaic

The TextureMosaic used to draw the vertices numbers

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition