DrawForSelectionEntityDelegate Delegate

Draw for selection delegate.
Public Delegate Sub DrawForSelectionEntityDelegate( _ 
ByVal ent As Entity, _ 
ByVal data As GfxDrawForSelectionParams
)
This language is not supported or no code example is available.
public delegate void DrawForSelectionEntityDelegate( 
Entity ent
GfxDrawForSelectionParams data 
)
This language is not supported or no code example is available.

Parameters

ent
Entity

The entity

data
GfxDrawForSelectionParams

The draw parameters

.NET Framework

Supported in: 4.8

In this article

Definition