DrawEntityCallBack Delegate

Delegate of method that draws the entity.
Public Delegate Sub DrawEntityCallBack( _ 
ByVal renderContext As RenderContextBase, _ 
ByVal myParams As Object
)
This language is not supported or no code example is available.
public delegate void DrawEntityCallBack( 
RenderContextBase renderContext
object myParams 
)
This language is not supported or no code example is available.

Parameters

renderContext
RenderContextBase

The render context

myParams
object

The parameters object

.NET Framework

Supported in: 4.8

In this article

Definition