Eyeshot 10 WPF API Reference
DrawGdi Method (Label)

WPF Assembly > devDept.Eyeshot.Labels Namespace > Label Class : DrawGdi Method
The draw scale factor
The factor applied to the line weight of the wire entities
Active GDI+ drawing surface
GDI draw method.
Syntax
'Declaration
 
Public Overridable Sub DrawGdi( _
   ByVal drawScaleFactor As Single, _
   ByVal lineWeightFactor As Single, _
   ByVal g As Graphics _
) 
public virtual void DrawGdi( 
   float drawScaleFactor,
   float lineWeightFactor,
   Graphics g
)

Parameters

drawScaleFactor
The draw scale factor
lineWeightFactor
The factor applied to the line weight of the wire entities
g
Active GDI+ drawing surface
See Also

Reference

Label Class
Label Members