Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / DrawWithPattern Method

In This Topic
    DrawWithPattern Method (Entity)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub DrawWithPattern( _
       ByVal renderContext As RenderContextBase, _
       ByVal myParams As Object _
    ) 
    protected virtual void DrawWithPattern( 
       RenderContextBase renderContext,
       object myParams
    )

    Parameters

    renderContext
    myParams
    See Also