BitmapDataExtensionsBeginDrawArc Method

Overload List

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

See Also