Eyeshot 9.0 WPF API Reference
DrawSelected Method (RenderContextBase)

WPF Assembly > devDept.Graphics Namespace > RenderContextBase Class : DrawSelected Method
The compiled graphics data.
Type of primitive to draw.
Draws a selected entity.
Syntax
'Declaration
 
Public Overridable Sub DrawSelected( _
   ByVal data As EntityGraphicsData, _
   Optional ByVal primitiveType As primitiveType _
) 
public virtual void DrawSelected( 
   EntityGraphicsData data,
   primitiveType primitiveType
)

Parameters

data
The compiled graphics data.
primitiveType
Type of primitive to draw.
See Also

Reference

RenderContextBase Class
RenderContextBase Members