Search
Vector Constructor
See Also
 






Initializes a new instance of the Vector structure.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Vector (
    double x,
    double y
)

Visual Basic  Copy Code

Public New ( _
    x As Double, _
    y As Double _
)

 Parameters

x

X component of the vector.

y

Y component of the vector.

 See Also