|
Line2 Constructor
|
Initializes a new instance of the
Line2 class.
Construct a Line2.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Line2(
Point2 p0,
Point2 p1
)
Public Sub New (
p0 As Point2,
p1 As Point2
)
public:
Line2(
Point2 p0,
Point2 p1
)
new :
p0 : Point2 *
p1 : Point2 -> Line2
Parameters
- p0
- Type: Karamba.GeometryPoint2
Starting point. - p1
- Type: Karamba.GeometryPoint2
Endpoint.
See Also