BitmapDataExtensionsFillEllipse Method

Overload List

FillEllipse(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions) Fills an ellipse with the specified color.
FillEllipse(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions) Fills an ellipse with the specified color.
FillEllipse(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions, ParallelConfig) Fills an ellipse with the specified color.
FillEllipse(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions, ParallelConfig) Fills an ellipse with the specified color.
FillEllipse(IReadWriteBitmapData, Brush, Rectangle, DrawingOptions, ParallelConfig) Fills an ellipse with the specified Brush.
FillEllipse(IReadWriteBitmapData, Brush, RectangleF, DrawingOptions, ParallelConfig) Fills an ellipse with the specified Brush.
FillEllipse(IReadWriteBitmapData, IAsyncContext, Color32, Rectangle, DrawingOptions) Fills an ellipse with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
FillEllipse(IReadWriteBitmapData, IAsyncContext, Color32, RectangleF, DrawingOptions) Fills an ellipse with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
FillEllipse(IReadWriteBitmapData, IAsyncContext, Brush, Rectangle, DrawingOptions) Fills an ellipse with the specified Brush, using a context that may belong to a higher level, possibly asynchronous operation.
FillEllipse(IReadWriteBitmapData, IAsyncContext, Brush, RectangleF, DrawingOptions) Fills an ellipse with the specified Brush, using a context that may belong to a higher level, possibly asynchronous operation.
FillEllipse(IReadWriteBitmapData, Color32, Int32, Int32, Int32, Int32, DrawingOptions) Fills an ellipse with the specified color.
FillEllipse(IReadWriteBitmapData, Color32, Single, Single, Single, Single, DrawingOptions) Fills an ellipse with the specified color.

See Also