SciChart.Drawing Assembly > System.Windows.Media.Imaging Namespace > WriteableBitmapExtensions Class > DrawLine Method : DrawLine(BitmapContext,Int32,Int32,Int32,Int32,Int32,Int32,Int32) Method
DrawLine(BitmapContext,Int32,Int32,Int32,Int32,Int32,Int32,Int32) Method
Syntax
public static void DrawLine( 
   BitmapContext context,
   int pixelWidth,
   int pixelHeight,
   int x1,
   int y1,
   int x2,
   int y2,
   int color
)

Parameters

context
pixelWidth
pixelHeight
x1
y1
x2
y2
color
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also