RenderContextBase.DrawSelected Method

Draws a selected entity.
Public Overridable Sub DrawSelected( _ 
ByVal data As EntityGraphicsData, _ 
Optional ByVal primitiveType As primitiveType = primitiveType.Undefined _ 
)
This language is not supported or no code example is available.
public virtual void DrawSelected( 
EntityGraphicsData data
primitiveType primitiveType = primitiveType.Undefined 
)
This language is not supported or no code example is available.

Parameters

data
EntityGraphicsData

The compiled graphics data.

primitiveType
primitiveType

Type of primitive to draw.

.NET Framework

Supported in: 4.8

In this article

Definition