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: 19.00.00
Syntax
C#
protected ControlPointBase(
	IControlPointProvider owner
)

Parameters

owner  IControlPointProvider

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

See Also