Line Class | Line Members | Overload List
Visual Basic
C#
Show All
Initializes a new instance of the Line class with a solid line of the weight and color specified.
[Visual Basic]Public Function New( _ ByVal color As Color, _ ByVal weight As Integer _ )
[C#]public Line( Color color, int weight );
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.