Click or drag to resize

ControlPointBase Constructor

Initializes a new instance of the ControlPointBase class

Namespace:  Demo3D.ControlPoints
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
protected ControlPointBase(
	IControlPointProvider owner
)

Parameters

owner
Type: Demo3D.ControlPointsIControlPointProvider

[Missing <param name="owner"/> documentation for "M:Demo3D.ControlPoints.ControlPointBase.#ctor(Demo3D.ControlPoints.IControlPointProvider)"]

See Also