Search
Line Constructor (PointF, PointF)
See Also
 






Initializes a new instance of the Line class with the specified points.

Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Line (
    PointF a,
    PointF b
)

Visual Basic  Copy Code

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

 Parameters

a

The first point defining the new line.

b
The second point defining the new line.

 See Also