Search
Vector Constructor (Point, Point)
See Also
 





Initializes a new instance of the Vector structure from the specified points.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Vector (
    Point p1,
    Point p2
)

Visual Basic  Copy Code

Public New ( _
    p1 As Point, _
    p2 As Point _
)

 Parameters

p1

Origin point of the vector.

p2

End point of the vector.

 See Also