Initializes a new instance of the Line class with the specified points.
Namespace: MindFusion.Geometry.Geometry2DAssembly: MindFusion.Common
public Line ( PointF a, PointF b)
Public New ( _ a As PointF, _ b As PointF _)
The first point defining the new line.
Line Constructor Overload ListLine ClassMindFusion.Geometry.Geometry2D Namespace