Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

DrawLine Method






D2DPen that determines the Pen brush, thickness, and style.
The start point of the line.
The end point of the line.
Draws a line between the specified points using the specified D2DPen.
Syntax
public void DrawLine( 
   D2DPen pen,
   Point startPoint,
   Point endPoint
)
'Declaration
 
Public Sub DrawLine( _
   ByVal pen As D2DPen, _
   ByVal startPoint As Point, _
   ByVal endPoint As Point _
) 
'Usage
 
Dim instance As D2DSurface
Dim pen As D2DPen
Dim startPoint As Point
Dim endPoint As Point
 
instance.DrawLine(pen, startPoint, endPoint)

            

            
public:
void DrawLine( 
   D2DPen^ pen,
   Point startPoint,
   Point endPoint
) 

Parameters

pen
D2DPen that determines the Pen brush, thickness, and style.
startPoint
The start point of the line.
endPoint
The end point of the line.
Remarks

This method draws a line between the specified points using the specified Pen style.

Requirements

Target Platforms

See Also

Reference

D2DSurface Class
D2DSurface Members

Error processing SSI file