BlockReference.Draw<T> Method

Draws the BlockReference.
Protected Friend Overridable Sub Draw(Of  _ 
T As DrawEntitiesParams)( _ 
ByVal myParams As T, _ 
ByVal drawCall As drawCallback(Of T) _ 
)
This language is not supported or no code example is available.
internal protected virtual void Draw<T>( 
T myParams
drawCallback<T> drawCall 

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

Type Parameters

T

The graphics attributes

Parameters

myParams
T

The parameters

drawCall
drawCallback<T>

The draw callback

Remarks
 
Override this method to do special things before or after drawing the blockreference.

.NET Framework

Supported in: 4.8

In this article

Definition