DiagramLite Programmer's Guide
Line Constructor (Point, Point)
See Also
 





Initializes a new instance of the Line class.

Namespace: MindFusion.Geometry2D
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public Line (
    Point a,
    Point b
)

Visual Basic  Copy Code

Public New ( _
    a As Point, _
    b As Point _
)

 Parameters

a

The first point defining the new line.

b

The second point defining the new line.

 See Also

Line Constructor Overload List
Line Class
MindFusion.Geometry2D Namespace