Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / BoundingBox Class / Draw Method
The viewport
The render context
The line size
The minimum point of the scene
The maximum point of the scene

In This Topic
    Draw Method (BoundingBox)
    In This Topic
    Draws the scene bounding box.
    Syntax
    'Declaration
     
    Protected Friend Overridable Sub Draw( _
       ByVal viewport As Viewport, _
       ByVal context As RenderContextBase, _
       ByVal lineSize As Single, _
       ByVal min As Point3D, _
       ByVal max As Point3D _
    ) 
    protected internal virtual void Draw( 
       Viewport viewport,
       RenderContextBase context,
       float lineSize,
       Point3D min,
       Point3D max
    )

    Parameters

    viewport
    The viewport
    context
    The render context
    lineSize
    The line size
    min
    The minimum point of the scene
    max
    The maximum point of the scene
    See Also