Entity.DrawWireEntity Method

Draws the Wireframe entity.
Protected Overridable Sub DrawWireEntity( _ 
ByVal context As RenderContextBase, _ 
ByVal myParams As Object
)
This language is not supported or no code example is available.
protected virtual void DrawWireEntity( 
RenderContextBase context
object myParams 
)
This language is not supported or no code example is available.

Parameters

context
RenderContextBase

myParams
object

Remarks
 
Used to compile the wireframe entities. Override this to customize the wireframe entities drawing.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition