BitmapDataExtensionsDrawEllipse Method

Overload List

DrawEllipse(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions) Draws a one-pixel wide ellipse with the specified color.
DrawEllipse(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions) Draws a one-pixel wide ellipse with the specified color.
DrawEllipse(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions, ParallelConfig) Draws a one-pixel wide ellipse with the specified color.
DrawEllipse(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions, ParallelConfig) Draws a one-pixel wide ellipse with the specified color.
DrawEllipse(IReadWriteBitmapData, Pen, Rectangle, DrawingOptions, ParallelConfig) Draws an ellipse with the specified Pen.
DrawEllipse(IReadWriteBitmapData, Pen, RectangleF, DrawingOptions, ParallelConfig) Draws an ellipse with the specified Pen.
DrawEllipse(IReadWriteBitmapData, IAsyncContext, Color32, Rectangle, DrawingOptions) Draws a one-pixel wide ellipse with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawEllipse(IReadWriteBitmapData, IAsyncContext, Color32, RectangleF, DrawingOptions) Draws a one-pixel wide ellipse with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawEllipse(IReadWriteBitmapData, IAsyncContext, Pen, Rectangle, DrawingOptions) Draws an ellipse with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawEllipse(IReadWriteBitmapData, IAsyncContext, Pen, RectangleF, DrawingOptions) Draws an ellipse with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawEllipse(IReadWriteBitmapData, Color32, Int32, Int32, Int32, Int32, DrawingOptions) Draws a one-pixel wide ellipse with the specified color.
DrawEllipse(IReadWriteBitmapData, Color32, Single, Single, Single, Single, DrawingOptions) Draws a one-pixel wide ellipse with the specified color.

See Also