ZebraCardGraphicsDrawLine 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
Syntaxpublic void DrawLine(
	PointF start,
	PointF end,
	float lineThickness,
	Color lineColor
)
Public Sub DrawLine ( 
	start As PointF,
	end As PointF,
	lineThickness As Single,
	lineColor As Color
)
public:
virtual void DrawLine(
	PointF start, 
	PointF end, 
	float lineThickness, 
	Color lineColor
) sealed
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. 
Implements
ZebraGraphicsDrawLine(PointF, PointF, Single, Color)
Exceptions
See Also