Click or drag to resize

DraggableControlPoint Constructor

Initializes a new instance of the DraggableControlPoint class

Namespace:  Demo3D.ControlPoints
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public DraggableControlPoint(
	IControlPointProvider owner,
	Vector3 direction
)

Parameters

owner
Type: Demo3D.ControlPointsIControlPointProvider

[Missing <param name="owner"/> documentation for "M:Demo3D.ControlPoints.DraggableControlPoint.#ctor(Demo3D.ControlPoints.IControlPointProvider,Microsoft.DirectX.Vector3)"]

direction
Type: Microsoft.DirectXVector3

[Missing <param name="direction"/> documentation for "M:Demo3D.ControlPoints.DraggableControlPoint.#ctor(Demo3D.ControlPoints.IControlPointProvider,Microsoft.DirectX.Vector3)"]

See Also