Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
Syntax
C#
Copy Code
|
---|
public CardinalSpline ( List<Point> points, Nullable<Point> from, Nullable<Point> to ) |
Visual Basic
Copy Code
|
---|
Public New ( _ points As List(Of Point), _ from As Nullable(Of Point), _ to As Nullable(Of Point) _ ) |
Parameters
See Also