Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / TextOnly Class / DrawForSelection Method / DrawForSelection(RenderContextBase,Single,Single) Method

In This Topic
    DrawForSelection(RenderContextBase,Single,Single) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Sub DrawForSelection( _
       ByVal context As RenderContextBase, _
       ByVal x As Single, _
       ByVal y As Single _
    ) 
    protected void DrawForSelection( 
       RenderContextBase context,
       float x,
       float y
    )

    Parameters

    context
    x
    y
    See Also