| CurveKeyTParam, TPointPoint Property |
Gets or sets the curve point for this curve key.
Namespace: DigitalRune.Mathematics.InterpolationAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public TPoint Point { get; set; }
Public Property Point As TPoint
Get
Set
public:
property TPoint Point {
TPoint get ();
void set (TPoint value);
}
member Point : 'TPoint with get, set
Property Value
Type:
TPointThe curve point (control point).
Remarks See Also