Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / Label Class / DrawWithOffset Method
Horizontal distance
Vertical distance

In This Topic
    DrawWithOffset Method (Label)
    In This Topic
    Draws the label with an offset from attaching point.
    Syntax
    'Declaration
     
    Public Overridable Sub DrawWithOffset( _
       ByVal renderContext As RenderContextBase, _
       ByVal dx As Integer, _
       ByVal dy As Integer _
    ) 
    public virtual void DrawWithOffset( 
       RenderContextBase renderContext,
       int dx,
       int dy
    )

    Parameters

    renderContext
    dx
    Horizontal distance
    dy
    Vertical distance
    See Also