Entity.DrawOnScreen (DrawOnScreenParams, Int32) Method

Draws extra things on screen, like the vertex indices (if Viewport.ShowVertexIndices is true).
Protected Friend Sub DrawOnScreen( _ 
ByVal myParams As DrawOnScreenParams, _ 
ByVal vertexCount As Integer
)
This language is not supported or no code example is available.
internal protected void DrawOnScreen( 
DrawOnScreenParams myParams
int vertexCount 
)
This language is not supported or no code example is available.

Parameters

myParams
DrawOnScreenParams

vertexCount
int

The number of vertices

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition