ViewCubeIcon.Contains Method

Tells if a point in screen coordinates is over the ViewCube.
Public Function Contains( _ 
ByVal mousePos As Point
) As Boolean
This language is not supported or no code example is available.
public bool Contains( 
Point mousePos 
)
This language is not supported or no code example is available.

Parameters

mousePos
Point

Mouse cursor position (zero on top)

Return Value

bool

True if the point is over the ViewCube

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition