Eyeshot 10 WPF API Reference
ViewportLayout.drawForSelectionCallback<T> Delegate

WPF Assembly > devDept.Eyeshot Namespace : ViewportLayout.drawForSelectionCallback<T> Delegate
Entity
Drawing parameters
Delegate method for DrawForSelection.
Syntax
'Declaration
 
Public Delegate Sub ViewportLayout.drawForSelectionCallback(Of T As Entity)( _
   ByVal myParams As ViewportLayout.DrawForSelectionParams(Of T) _
) 
public delegate void ViewportLayout.drawForSelectionCallback<T>( 
   ViewportLayout.DrawForSelectionParams<T> myParams
)
where T: Entity

Parameters

myParams
Drawing parameters

Type Parameters

T
Entity
See Also

Reference

ViewportLayout.drawForSelectionCallback<T> Members
devDept.Eyeshot Namespace