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

Parameters

context
w
h
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