drawCallback<T> Delegate

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

where T : DrawEntitiesParams
This language is not supported or no code example is available.

Type Parameters

T

Parameters

myParams
T

.NET Framework

Supported in: 4.8

In this article

Definition