drawCallback Delegate

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

Parameters

myParams
DrawEntitiesParams

.NET Framework

Supported in: 4.7.2

In this article

Definition