Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewCubeIcon Class / Contains Method
Mouse cursor position (zero on top)

In This Topic
    Contains Method (ViewCubeIcon)
    In This Topic
    Tells if a point in screen coordinates is over the ViewCube.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal mousePos As Point _
    ) As Boolean
    public bool Contains( 
       Point mousePos
    )

    Parameters

    mousePos
    Mouse cursor position (zero on top)

    Return Value

    True if the point is over the ViewCube
    See Also