Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / ControlBoundingBox Method / ControlBoundingBox(Point3D,Point3D) Method

In This Topic
    ControlBoundingBox(Point3D,Point3D) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub ControlBoundingBox( _
       ByRef min As Point3D, _
       ByRef max As Point3D _
    ) 
    public override void ControlBoundingBox( 
       out Point3D min,
       out Point3D max
    )

    Parameters

    min
    max
    See Also