Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / TextOnly Class / DrawWithOffset Method

In This Topic
    DrawWithOffset Method (TextOnly)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawWithOffset( _
       ByVal renderContext As RenderContextBase, _
       ByVal dx As Integer, _
       ByVal dy As Integer _
    ) 
    public override void DrawWithOffset( 
       RenderContextBase renderContext,
       int dx,
       int dy
    )

    Parameters

    renderContext
    dx
    dy
    See Also