Changes the point location to the closest location within the volume of the cuboid.

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

Syntax

C#
public void BoundPointToVolume(
	ref Point3D p
)
Visual Basic
Public Sub BoundPointToVolume ( _
	ByRef p As Point3D _
)
JScript
public function BoundPointToVolume(
	p : Point3D
)

Parameters

p
Type: System.Windows.Media.Media3D..::..Point3D%
Poitn to be bounded to the cuboid.

See Also