Eyeshot 11 WinForms API Reference
WinForms 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

In This Topic
    DrawGdi Method (Label)
    In This Topic
    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