Eyeshot 10 WinForms API Reference
DrawLabelGdi Method

WinForms Assembly > devDept.Eyeshot Namespace > BoundingBox Class : DrawLabelGdi Method
The draw parameters
The draw scale factor
Active GDI+ drawing surface
Draws the text label in GDI.
Syntax
'Declaration
 
Public Overridable Sub DrawLabelGdi( _
   ByVal myParams As ViewportLayout.DrawSceneParams, _
   ByVal drawScaleFactor As Single, _
   ByVal g As Graphics _
) 
public virtual void DrawLabelGdi( 
   ViewportLayout.DrawSceneParams myParams,
   float drawScaleFactor,
   Graphics g
)

Parameters

myParams
The draw parameters
drawScaleFactor
The draw scale factor
g
Active GDI+ drawing surface
See Also

Reference

BoundingBox Class
BoundingBox Members