ZebraGraphicsDrawLine Method 
             | 
          
        
         
            Draws a line from/to the specified coordinates.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics
    Assembly:
   SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntaxvoid DrawLine(
	PointF start,
	PointF end,
	float lineThickness,
	Color lineColor
)
Sub DrawLine ( 
	start As PointF,
	end As PointF,
	lineThickness As Single,
	lineColor As Color
)
void DrawLine(
	PointF start, 
	PointF end, 
	float lineThickness, 
	Color lineColor
)
Parameters
- start
 - Type: System.DrawingPointF
The x and y coordinates of the start point. - end
 - Type: System.DrawingPointF
The x and y coordinates of the end point. - lineThickness
 - Type: SystemSingle
The line thickness. - lineColor
 - Type: System.DrawingColor
The line color. 
Exceptions
See Also