Initializes a new instance of the Line class.
[Visual Basic]
Public Function New( _
ByVal style As Line, _
ByVal startPoint As PointF, _
ByVal endPoint As PointF _
)
[C#]
public Line(
Line style,
PointF startPoint,
PointF endPoint
);
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.