BitmapDataExtensionsDrawArc Method

Overload List

DrawArc(IReadWriteBitmapData, Color32, Rectangle, Single, Single, DrawingOptions) Draws a one-pixel wide elliptical arc within a bounding rectangle with the specified color.
DrawArc(IReadWriteBitmapData, Color32, RectangleF, Single, Single, DrawingOptions) Draws a one-pixel wide elliptical arc within a bounding rectangle with the specified color.
DrawArc(IReadWriteBitmapData, Color32, Rectangle, Single, Single, DrawingOptions, ParallelConfig) Draws a one-pixel wide elliptical arc within a bounding rectangle with the specified color.
DrawArc(IReadWriteBitmapData, Color32, RectangleF, Single, Single, DrawingOptions, ParallelConfig) Draws a one-pixel wide elliptical within a bounding rectangle arc with the specified color.
DrawArc(IReadWriteBitmapData, Pen, Rectangle, Single, Single, DrawingOptions, ParallelConfig) Draws an elliptical arc within a bounding rectangle with the specified Pen.
DrawArc(IReadWriteBitmapData, Pen, RectangleF, Single, Single, DrawingOptions, ParallelConfig) Draws an elliptical arc within a bounding rectangle with the specified Pen.
DrawArc(IReadWriteBitmapData, IAsyncContext, Color32, Rectangle, Single, Single, DrawingOptions) Draws a one-pixel wide elliptical arc within a bounding rectangle with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawArc(IReadWriteBitmapData, IAsyncContext, Color32, RectangleF, Single, Single, DrawingOptions) Draws a one-pixel wide elliptical arc within a bounding rectangle with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawArc(IReadWriteBitmapData, IAsyncContext, Pen, Rectangle, Single, Single, DrawingOptions) Draws an elliptical arc within a bounding rectangle with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawArc(IReadWriteBitmapData, IAsyncContext, Pen, RectangleF, Single, Single, DrawingOptions) Draws an elliptical arc within a bounding rectangle with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawArc(IReadWriteBitmapData, Color32, Int32, Int32, Int32, Int32, Single, Single, DrawingOptions) Draws a one-pixel wide elliptical arc within a bounding rectangle with the specified color.
DrawArc(IReadWriteBitmapData, Color32, Single, Single, Single, Single, Single, Single, DrawingOptions) Draws a one-pixel wide elliptical arc within a bounding rectangle with the specified color.
DrawArc(IReadWriteBitmapData, Color32, Point, Point, Int32, Int32, Single, Boolean, Boolean, DrawingOptions) Draws a one-pixel wide elliptical arc between two points with the specified color.
DrawArc(IReadWriteBitmapData, Color32, PointF, PointF, Single, Single, Single, Boolean, Boolean, DrawingOptions) Draws a one-pixel wide elliptical arc between two points with the specified color.
DrawArc(IReadWriteBitmapData, Color32, Point, Point, Int32, Int32, Single, Boolean, Boolean, DrawingOptions, ParallelConfig) Draws a one-pixel wide elliptical arc between two points with the specified color.
DrawArc(IReadWriteBitmapData, Color32, PointF, PointF, Single, Single, Single, Boolean, Boolean, DrawingOptions, ParallelConfig) Draws a one-pixel wide elliptical arc between two points with the specified color.
DrawArc(IReadWriteBitmapData, Pen, Point, Point, Int32, Int32, Single, Boolean, Boolean, DrawingOptions, ParallelConfig) Draws an elliptical arc between two points with the specified Pen.
DrawArc(IReadWriteBitmapData, Pen, PointF, PointF, Single, Single, Single, Boolean, Boolean, DrawingOptions, ParallelConfig) Draws an elliptical arc between two points with the specified Pen.
DrawArc(IReadWriteBitmapData, IAsyncContext, Color32, Point, Point, Int32, Int32, Single, Boolean, Boolean, DrawingOptions) Draws a one-pixel wide elliptical arc between two points with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawArc(IReadWriteBitmapData, IAsyncContext, Color32, PointF, PointF, Single, Single, Single, Boolean, Boolean, DrawingOptions) Draws a one-pixel wide elliptical arc between two points with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawArc(IReadWriteBitmapData, IAsyncContext, Pen, Point, Point, Int32, Int32, Single, Boolean, Boolean, DrawingOptions) Draws an elliptical arc between two points with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawArc(IReadWriteBitmapData, IAsyncContext, Pen, PointF, PointF, Single, Single, Single, Boolean, Boolean, DrawingOptions) Draws an elliptical arc between two points with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawArc(IReadWriteBitmapData, Color32, Int32, Int32, Int32, Int32, Int32, Int32, Single, Boolean, Boolean, DrawingOptions) Draws a one-pixel wide elliptical arc between two points with the specified color.
DrawArc(IReadWriteBitmapData, Color32, Single, Single, Single, Single, Single, Single, Single, Boolean, Boolean, DrawingOptions) Draws a one-pixel wide elliptical arc between two points with the specified color.

See Also