Search
Line Constructor (Line)
See Also
 






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

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

 Syntax

C#  Copy Code

public Line (
    Line line
)

Visual Basic  Copy Code

Public Sub Line ( _
    line As Line _
)

 Parameters

line

The Line object from which to initialize the new line.

 See Also