BitmapDataExtensionsDrawEllipseAsync Method

Overload List

DrawEllipseAsync(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions, TaskConfig) Draws a one-pixel wide ellipse with the specified color asynchronously.
DrawEllipseAsync(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions, TaskConfig) Draws a one-pixel wide ellipse with the specified color asynchronously.
DrawEllipseAsync(IReadWriteBitmapData, Pen, Rectangle, DrawingOptions, TaskConfig) Draws an ellipse with the specified Pen asynchronously.
DrawEllipseAsync(IReadWriteBitmapData, Pen, RectangleF, DrawingOptions, TaskConfig) Draws an ellipse with the specified Pen asynchronously.

See Also