Search
Vector Constructor (Single, Single)
See Also
 





Initializes a new instance of the Vector structure with specified coordinates.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Vector (
    float x,
    float y
)

Visual Basic  Copy Code

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

 Parameters

x

X coordinate of the vector.

y

Y coordinate of the vector.

 See Also