Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / Grid Class / Draw Method
The render context
The viewport

In This Topic
    Draw Method (Grid)
    In This Topic
    Draws the grid lines.
    Syntax
    'Declaration
     
    Protected Friend Overridable Sub Draw( _
       ByVal context As RenderContextBase, _
       ByVal viewport As Viewport _
    ) 
    protected internal virtual void Draw( 
       RenderContextBase context,
       Viewport viewport
    )

    Parameters

    context
    The render context
    viewport
    The viewport
    See Also