Defines three angular ranges for rotation around the X (pitch), Y (yaw) and Z (roll) axes. It can be used to restrict the amound of rotation allowed for a certain object.

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

Syntax

C#
public class Rotoid : ThreeDimensionalRegion
Visual Basic
Public Class Rotoid _
	Inherits ThreeDimensionalRegion
JScript
public class Rotoid extends ThreeDimensionalRegion

Inheritance Hierarchy

System..::..Object
  Ico.Windows.Media.Media3D..::..ThreeDimensionalRegion
    Ico.Windows.Media.Media3D..::..Rotoid

See Also