Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / Label Class / DrawWithOffsetGdi Method
Horizontal distance
Vertical distance
Scale factor
Active GDI+ drawing surface

In This Topic
    DrawWithOffsetGdi Method (Label)
    In This Topic
    Draws (GDI) the label with an offset from attaching point.
    Syntax
    'Declaration
     
    Public Overridable Sub DrawWithOffsetGdi( _
       ByVal dx As Single, _
       ByVal dy As Single, _
       ByVal scaleFactor As Single, _
       ByVal g As Graphics _
    ) 
    public virtual void DrawWithOffsetGdi( 
       float dx,
       float dy,
       float scaleFactor,
       Graphics g
    )

    Parameters

    dx
    Horizontal distance
    dy
    Vertical distance
    scaleFactor
    Scale factor
    g
    Active GDI+ drawing surface
    See Also