drawForSelectionCallback Delegate

Delegate method for DrawForSelection.
Public Delegate Sub drawForSelectionCallback( _ 
ByVal myParams As DrawEntitiesParams
)
This language is not supported or no code example is available.
public delegate void drawForSelectionCallback( 
DrawEntitiesParams myParams 
)
This language is not supported or no code example is available.

Parameters

myParams
DrawEntitiesParams

Drawing parameters

.NET Framework

Supported in: 4.7.2

In this article

Definition