SciChart.Drawing Assembly > System.Windows.Media.Imaging Namespace > WriteableBitmapExtensions Class > DrawEllipse Method : DrawEllipse(WriteableBitmap,Int32,Int32,Int32,Int32,Int32,Int32) Method
DrawEllipse(WriteableBitmap,Int32,Int32,Int32,Int32,Int32,Int32) Method
Syntax
[Extension()]
public static void DrawEllipse( 
   WriteableBitmap bmp,
   int x1,
   int y1,
   int x2,
   int y2,
   int color,
   int thickness
)

Parameters

bmp
x1
y1
x2
y2
color
thickness
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