Click or drag to resize

BezierCurve2DAdd Method

Adds a control point.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public void Add(
	Vector2 point
)

Parameters

point
Type: Microsoft.DirectXVector2
The control point.
See Also