Checks if the point passed as a parameter is contained in the cuboid.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool Contains(
	Point3D p
)
Visual Basic
Public Function Contains ( _
	p As Point3D _
) As Boolean
JScript
public function Contains(
	p : Point3D
) : boolean

Parameters

p
Type: System.Windows.Media.Media3D..::..Point3D
Point to be checked for cuboid containment.

Return Value

True if the cuboid contains the point.

See Also