Search
Vector Constructor (PointF, PointF)
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Vector (
    PointF p1,
    PointF p2
)

Visual Basic  Copy Code

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

 Parameters

p1

Origin point of the vector.

p2

End point of the vector.

 See Also