BitmapDataExtensionsDrawArcAsync Method

Overload List

DrawArcAsync(IReadWriteBitmapData, Color32, Rectangle, Single, Single, DrawingOptions, TaskConfig) Draws a one-pixel wide elliptical arc within a bounding rectangle with the specified color asynchronously.
DrawArcAsync(IReadWriteBitmapData, Color32, RectangleF, Single, Single, DrawingOptions, TaskConfig) Draws a one-pixel wide elliptical arc within a bounding rectangle with the specified color asynchronously.
DrawArcAsync(IReadWriteBitmapData, Pen, Rectangle, Single, Single, DrawingOptions, TaskConfig) Draws an elliptical arc within a bounding rectangle with the specified Pen asynchronously.
DrawArcAsync(IReadWriteBitmapData, Pen, RectangleF, Single, Single, DrawingOptions, TaskConfig) Draws an elliptical arc within a bounding rectangle with the specified Pen asynchronously.
DrawArcAsync(IReadWriteBitmapData, Color32, Point, Point, Int32, Int32, Single, Boolean, Boolean, DrawingOptions, TaskConfig) Draws a one-pixel wide elliptical arc between two points with the specified color asynchronously.
DrawArcAsync(IReadWriteBitmapData, Color32, PointF, PointF, Single, Single, Single, Boolean, Boolean, DrawingOptions, TaskConfig) Draws a one-pixel wide elliptical arc between two points with the specified color asynchronously.
DrawArcAsync(IReadWriteBitmapData, Pen, Point, Point, Int32, Int32, Single, Boolean, Boolean, DrawingOptions, TaskConfig) Draws an elliptical arc between two points with the specified Pen asynchronously.
DrawArcAsync(IReadWriteBitmapData, Pen, PointF, PointF, Single, Single, Single, Boolean, Boolean, DrawingOptions, TaskConfig) Draws an elliptical arc between two points with the specified Pen asynchronously.

See Also