LinearPathEx.DrawWireEntity Method

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

Parameters

context
RenderContextBase

<default>

myParams
object

<default>

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

.NET Framework

Supported in: 4.8

In this article

Definition