'Declaration Public Sub DrawDottedLine( _ ByVal color1 As Color, _ ByVal color2 As Color, _ ByVal point1 As Point, _ ByVal point2 As Point _ )
'Usage Dim instance As SmartPaint Dim color1 As Color Dim color2 As Color Dim point1 As Point Dim point2 As Point instance.DrawDottedLine(color1, color2, point1, point2)
Parameters
- color1
- A System.Drawing.Color structure representing the background color of the dotted line.
- color2
- A System.Drawing.Color structure representing the foreground color of the dotted line.
- point1
- A System.Drawing.Point representing the point at which to begin drawing the line.
- point2
- A System.Drawing.Point representing the point at which to stop drawing the line.