BitmapDataExtensions Class

Provides extension methods for the IReadWriteBitmapData type that are related to shape drawing and filling.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
C#
public static class BitmapDataExtensions
Inheritance
Object    BitmapDataExtensions

Remarks

To obtain an IReadWriteBitmapData instance, use the BitmapDataFactory class, or the GetReadWriteBitmapData extension methods of the various platform-dependent packages.

Methods

BeginDrawArc(IReadWriteBitmapData, Color32, Rectangle, Single, Single, DrawingOptions, AsyncConfig) Begins to draw a one-pixel wide elliptical arc with the specified color asynchronously.
BeginDrawArc(IReadWriteBitmapData, Color32, RectangleF, Single, Single, DrawingOptions, AsyncConfig) Begins to draw a one-pixel wide elliptical arc with the specified color asynchronously.
BeginDrawArc(IReadWriteBitmapData, Pen, Rectangle, Single, Single, DrawingOptions, AsyncConfig) Begins to draw an elliptical arc with the specified Pen asynchronously.
BeginDrawArc(IReadWriteBitmapData, Pen, RectangleF, Single, Single, DrawingOptions, AsyncConfig) Begins to draw an elliptical arc with the specified Pen asynchronously.
BeginDrawBeziers(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, AsyncConfig) Begins to draw a series of one-pixel wide Bézier curves with the specified color asynchronously.
BeginDrawBeziers(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, AsyncConfig) Begins to draw a series of one-pixel wide Bézier curves with the specified color asynchronously.
BeginDrawBeziers(IReadWriteBitmapData, Pen, IEnumerablePoint, DrawingOptions, AsyncConfig) Begins to draw a series of Bézier curves with the specified Pen asynchronously.
BeginDrawBeziers(IReadWriteBitmapData, Pen, IEnumerablePointF, DrawingOptions, AsyncConfig) Begins to draw a series of Bézier curves with the specified Pen asynchronously.
BeginDrawEllipse(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions, AsyncConfig) Begins to draw a one-pixel wide ellipse with the specified color asynchronously.
BeginDrawEllipse(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions, AsyncConfig) Begins to draw a one-pixel wide ellipse with the specified color asynchronously.
BeginDrawEllipse(IReadWriteBitmapData, Pen, Rectangle, DrawingOptions, AsyncConfig) Begins to draw an ellipse with the specified Pen asynchronously.
BeginDrawEllipse(IReadWriteBitmapData, Pen, RectangleF, DrawingOptions, AsyncConfig) Begins to draw an ellipse with the specified Pen asynchronously.
BeginDrawLine(IReadWriteBitmapData, Color32, Point, Point, DrawingOptions, AsyncConfig) Begins to draw a one-pixel wide line between two points with the specified color asynchronously.
BeginDrawLine(IReadWriteBitmapData, Color32, PointF, PointF, DrawingOptions, AsyncConfig) Begins to draw a one-pixel wide line between two points with the specified color asynchronously.
BeginDrawLine(IReadWriteBitmapData, Pen, Point, Point, DrawingOptions, AsyncConfig) Begins to draw a line between two points with the specified Pen asynchronously.
BeginDrawLine(IReadWriteBitmapData, Pen, PointF, PointF, DrawingOptions, AsyncConfig) Begins to draw a line between two points with the specified Pen asynchronously.
BeginDrawLines(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, AsyncConfig) Begins to draw a series of connected, one-pixel wide lines with the specified color asynchronously.
BeginDrawLines(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, AsyncConfig) Begins to draw a series of connected, one-pixel wide lines with the specified color asynchronously.
BeginDrawLines(IReadWriteBitmapData, Pen, IEnumerablePoint, DrawingOptions, AsyncConfig) Begins to draw a series of connected lines with the specified Pen asynchronously.
BeginDrawLines(IReadWriteBitmapData, Pen, IEnumerablePointF, DrawingOptions, AsyncConfig) Begins to draw a series of connected lines with the specified Pen asynchronously.
BeginDrawPath(IReadWriteBitmapData, Color32, Path, DrawingOptions, AsyncConfig) Begins to draw the one-pixel wide outline of a Path with the specified color asynchronously.
BeginDrawPath(IReadWriteBitmapData, Pen, Path, DrawingOptions, AsyncConfig) Begins to draw the outline of a Path with the specified Pen asynchronously.
BeginDrawPie(IReadWriteBitmapData, Color32, Rectangle, Single, Single, DrawingOptions, AsyncConfig) Begins to draw a one-pixel wide pie shape with the specified color asynchronously.
BeginDrawPie(IReadWriteBitmapData, Color32, RectangleF, Single, Single, DrawingOptions, AsyncConfig) Begins to draw a one-pixel wide pie shape with the specified color asynchronously.
BeginDrawPie(IReadWriteBitmapData, Pen, Rectangle, Single, Single, DrawingOptions, AsyncConfig) Begins to draw a pie shape with the specified Pen asynchronously.
BeginDrawPie(IReadWriteBitmapData, Pen, RectangleF, Single, Single, DrawingOptions, AsyncConfig) Begins to draw a pie shape with the specified Pen asynchronously.
BeginDrawPolygon(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, AsyncConfig) Begins to draw a one-pixel wide polygon with the specified color asynchronously.
BeginDrawPolygon(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, AsyncConfig) Begins to draw a one-pixel wide polygon with the specified color asynchronously.
BeginDrawPolygon(IReadWriteBitmapData, Pen, IEnumerablePoint, DrawingOptions, AsyncConfig) Begins to draw a polygon with the specified Pen asynchronously.
BeginDrawPolygon(IReadWriteBitmapData, Pen, IEnumerablePointF, DrawingOptions, AsyncConfig) Begins to draw a polygon with the specified Pen asynchronously.
BeginDrawRectangle(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions, AsyncConfig) Begins to draw a one-pixel wide rectangle with the specified color asynchronously.
BeginDrawRectangle(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions, AsyncConfig) Begins to draw a one-pixel wide rectangle with the specified color asynchronously.
BeginDrawRectangle(IReadWriteBitmapData, Pen, Rectangle, DrawingOptions, AsyncConfig) Begins to draw a rectangle with the specified Pen asynchronously.
BeginDrawRectangle(IReadWriteBitmapData, Pen, RectangleF, DrawingOptions, AsyncConfig) Begins to draw a rectangle with the specified Pen asynchronously.
BeginDrawRoundedRectangle(IReadWriteBitmapData, Color32, Rectangle, Int32, DrawingOptions, AsyncConfig) Begins to draw a one-pixel wide rounded rectangle with the specified color asynchronously, applying the same corner radius to all corners.
BeginDrawRoundedRectangle(IReadWriteBitmapData, Color32, RectangleF, Single, DrawingOptions, AsyncConfig) Begins to draw a one-pixel wide rounded rectangle with the specified color asynchronously, applying the same corner radius to all corners.
BeginDrawRoundedRectangle(IReadWriteBitmapData, Pen, Rectangle, Int32, DrawingOptions, AsyncConfig) Begins to draw a rounded rectangle with the specified Pen asynchronously, applying the same corner radius to all corners.
BeginDrawRoundedRectangle(IReadWriteBitmapData, Pen, RectangleF, Single, DrawingOptions, AsyncConfig) Begins to draw a rounded rectangle with the specified Pen asynchronously, applying the same corner radius to all corners.
BeginDrawRoundedRectangle(IReadWriteBitmapData, Color32, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions, AsyncConfig) Begins to draw a one-pixel wide rounded rectangle with the specified color asynchronously, applying a custom corner radius to each corner.
BeginDrawRoundedRectangle(IReadWriteBitmapData, Color32, RectangleF, Single, Single, Single, Single, DrawingOptions, AsyncConfig) Begins to draw a one-pixel wide rounded rectangle with the specified color asynchronously, applying a custom corner radius to each corner.
BeginDrawRoundedRectangle(IReadWriteBitmapData, Pen, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions, AsyncConfig) Begins to draw a rounded rectangle with the specified Pen asynchronously, applying a custom corner radius to each corner.
BeginDrawRoundedRectangle(IReadWriteBitmapData, Pen, RectangleF, Single, Single, Single, Single, DrawingOptions, AsyncConfig) Begins to draw a rounded rectangle with the specified Pen asynchronously, applying a custom corner radius to each corner.
BeginFillEllipse(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions, AsyncConfig) Begins to fill an ellipse with the specified color asynchronously.
BeginFillEllipse(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions, AsyncConfig) Begins to fill an ellipse with the specified color asynchronously.
BeginFillEllipse(IReadWriteBitmapData, Brush, Rectangle, DrawingOptions, AsyncConfig) Begins to fill an ellipse with the specified Brush asynchronously.
BeginFillEllipse(IReadWriteBitmapData, Brush, RectangleF, DrawingOptions, AsyncConfig) Begins to fill an ellipse with the specified Brush asynchronously.
BeginFillPath(IReadWriteBitmapData, Color32, Path, DrawingOptions, AsyncConfig) Begins to fill a Path with the specified color asynchronously.
BeginFillPath(IReadWriteBitmapData, Brush, Path, DrawingOptions, AsyncConfig) Begins to fill a Path with the specified Brush asynchronously.
BeginFillPie(IReadWriteBitmapData, Color32, Rectangle, Single, Single, DrawingOptions, AsyncConfig) Begins to fill a pie shape with the specified color asynchronously.
BeginFillPie(IReadWriteBitmapData, Color32, RectangleF, Single, Single, DrawingOptions, AsyncConfig) Begins to fill a pie shape with the specified color asynchronously.
BeginFillPie(IReadWriteBitmapData, Brush, Rectangle, Single, Single, DrawingOptions, AsyncConfig) Begins to fill a pie shape with the specified Brush asynchronously.
BeginFillPie(IReadWriteBitmapData, Brush, RectangleF, Single, Single, DrawingOptions, AsyncConfig) Begins to fill a pie shape with the specified Brush asynchronously.
BeginFillPolygon(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, AsyncConfig) Begins to fill a polygon with the specified color asynchronously.
BeginFillPolygon(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, AsyncConfig) Begins to fill a polygon with the specified color asynchronously.
BeginFillPolygon(IReadWriteBitmapData, Brush, IEnumerablePoint, DrawingOptions, AsyncConfig) Begins to fill a polygon with the specified Brush asynchronously.
BeginFillPolygon(IReadWriteBitmapData, Brush, IEnumerablePointF, DrawingOptions, AsyncConfig) Begins to fill a polygon with the specified Brush asynchronously.
BeginFillRectangle(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions, AsyncConfig) Begins to fill a rectangle with the specified color asynchronously.
BeginFillRectangle(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions, AsyncConfig) Begins to fill a rectangle with the specified color asynchronously.
BeginFillRectangle(IReadWriteBitmapData, Brush, Rectangle, DrawingOptions, AsyncConfig) Begins to fill a rectangle with the specified Brush asynchronously.
BeginFillRectangle(IReadWriteBitmapData, Brush, RectangleF, DrawingOptions, AsyncConfig) Begins to fill a rectangle with the specified Brush asynchronously.
BeginFillRoundedRectangle(IReadWriteBitmapData, Color32, Rectangle, Int32, DrawingOptions, AsyncConfig) Begins to fill a rounded rectangle with the specified color asynchronously, applying the same corner radius to all corners.
BeginFillRoundedRectangle(IReadWriteBitmapData, Color32, RectangleF, Single, DrawingOptions, AsyncConfig) Begins to fill a rounded rectangle with the specified color asynchronously, applying the same corner radius to all corners.
BeginFillRoundedRectangle(IReadWriteBitmapData, Brush, Rectangle, Int32, DrawingOptions, AsyncConfig) Begins to fill a rounded rectangle with the specified Brush asynchronously, applying the same corner radius to all corners.
BeginFillRoundedRectangle(IReadWriteBitmapData, Brush, RectangleF, Single, DrawingOptions, AsyncConfig) Begins to fill a rounded rectangle with the specified Brush asynchronously, applying the same corner radius to all corners.
BeginFillRoundedRectangle(IReadWriteBitmapData, Color32, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions, AsyncConfig) Begins to fill a rounded rectangle with the specified color asynchronously, applying a custom corner radius to each corner.
BeginFillRoundedRectangle(IReadWriteBitmapData, Color32, RectangleF, Single, Single, Single, Single, DrawingOptions, AsyncConfig) Begins to fill a rounded rectangle with the specified color asynchronously, applying a custom corner radius to each corner.
BeginFillRoundedRectangle(IReadWriteBitmapData, Brush, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions, AsyncConfig) Begins to fill a rounded rectangle with the specified Brush asynchronously, applying a custom corner radius to each corner.
BeginFillRoundedRectangle(IReadWriteBitmapData, Brush, RectangleF, Single, Single, Single, Single, DrawingOptions, AsyncConfig) Begins to fill a rounded rectangle with the specified Brush asynchronously, applying a custom corner radius to each corner.
DrawArc(IReadWriteBitmapData, Color32, Rectangle, Single, Single, DrawingOptions) Draws a one-pixel wide elliptical arc with the specified color.
DrawArc(IReadWriteBitmapData, Color32, RectangleF, Single, Single, DrawingOptions) Draws a one-pixel wide elliptical arc with the specified color.
DrawArc(IReadWriteBitmapData, Color32, Rectangle, Single, Single, DrawingOptions, ParallelConfig) Draws a one-pixel wide elliptical arc with the specified color.
DrawArc(IReadWriteBitmapData, Color32, RectangleF, Single, Single, DrawingOptions, ParallelConfig) Draws a one-pixel wide elliptical arc with the specified color.
DrawArc(IReadWriteBitmapData, Pen, Rectangle, Single, Single, DrawingOptions, ParallelConfig) Draws an elliptical arc with the specified Pen.
DrawArc(IReadWriteBitmapData, Pen, RectangleF, Single, Single, DrawingOptions, ParallelConfig) Draws an elliptical arc with the specified Pen.
DrawArc(IReadWriteBitmapData, IAsyncContext, Color32, Rectangle, Single, Single, DrawingOptions) Draws a one-pixel wide elliptical arc 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 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 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 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 with the specified color.
DrawArc(IReadWriteBitmapData, Color32, Single, Single, Single, Single, Single, Single, DrawingOptions) Draws a one-pixel wide elliptical arc with the specified color.
DrawArcAsync(IReadWriteBitmapData, Color32, Rectangle, Single, Single, DrawingOptions, TaskConfig) Draws a one-pixel wide elliptical arc with the specified color asynchronously.
DrawArcAsync(IReadWriteBitmapData, Color32, RectangleF, Single, Single, DrawingOptions, TaskConfig) Draws a one-pixel wide elliptical arc with the specified color asynchronously.
DrawArcAsync(IReadWriteBitmapData, Pen, Rectangle, Single, Single, DrawingOptions, TaskConfig) Draws an elliptical arc with the specified Pen asynchronously.
DrawArcAsync(IReadWriteBitmapData, Pen, RectangleF, Single, Single, DrawingOptions, TaskConfig) Draws an elliptical arc with the specified Pen asynchronously.
DrawBeziers(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions) Draws a series of one-pixel wide Bézier curves with the specified color.
DrawBeziers(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions) Draws a series of one-pixel wide Bézier curves with the specified color.
DrawBeziers(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, ParallelConfig) Draws a series of one-pixel wide Bézier curves with the specified color.
DrawBeziers(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, ParallelConfig) Draws a series of one-pixel wide Bézier curves with the specified color.
DrawBeziers(IReadWriteBitmapData, Pen, IEnumerablePoint, DrawingOptions, ParallelConfig) Draws a series of Bézier curves with the specified Pen.
DrawBeziers(IReadWriteBitmapData, Pen, IEnumerablePointF, DrawingOptions, ParallelConfig) Draws a series of Bézier curves with the specified Pen.
DrawBeziers(IReadWriteBitmapData, IAsyncContext, Color32, IEnumerablePoint, DrawingOptions) Draws a series of one-pixel wide Bézier curves with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawBeziers(IReadWriteBitmapData, IAsyncContext, Color32, IEnumerablePointF, DrawingOptions) Draws a series of one-pixel wide Bézier curves with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawBeziers(IReadWriteBitmapData, IAsyncContext, Pen, IEnumerablePoint, DrawingOptions) Draws a series of Bézier curves with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawBeziers(IReadWriteBitmapData, IAsyncContext, Pen, IEnumerablePointF, DrawingOptions) Draws a series of Bézier curves with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawBeziersAsync(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, TaskConfig) Draws a series of one-pixel wide Bézier curves with the specified color asynchronously.
DrawBeziersAsync(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, TaskConfig) Draws a series of one-pixel wide Bézier curves with the specified color asynchronously.
DrawBeziersAsync(IReadWriteBitmapData, Pen, IEnumerablePoint, DrawingOptions, TaskConfig) Draws a series of Bézier curves with the specified Pen asynchronously.
DrawBeziersAsync(IReadWriteBitmapData, Pen, IEnumerablePointF, DrawingOptions, TaskConfig) Draws a series of Bézier curves with the specified Pen asynchronously.
DrawEllipse(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions) Draws a one-pixel wide ellipse with the specified color.
DrawEllipse(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions) Draws a one-pixel wide ellipse with the specified color.
DrawEllipse(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions, ParallelConfig) Draws a one-pixel wide ellipse with the specified color.
DrawEllipse(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions, ParallelConfig) Draws a one-pixel wide ellipse with the specified color.
DrawEllipse(IReadWriteBitmapData, Pen, Rectangle, DrawingOptions, ParallelConfig) Draws an ellipse with the specified Pen.
DrawEllipse(IReadWriteBitmapData, Pen, RectangleF, DrawingOptions, ParallelConfig) Draws an ellipse with the specified Pen.
DrawEllipse(IReadWriteBitmapData, IAsyncContext, Color32, Rectangle, DrawingOptions) Draws a one-pixel wide ellipse with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawEllipse(IReadWriteBitmapData, IAsyncContext, Color32, RectangleF, DrawingOptions) Draws a one-pixel wide ellipse with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawEllipse(IReadWriteBitmapData, IAsyncContext, Pen, Rectangle, DrawingOptions) Draws an ellipse with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawEllipse(IReadWriteBitmapData, IAsyncContext, Pen, RectangleF, DrawingOptions) Draws an ellipse with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawEllipse(IReadWriteBitmapData, Color32, Int32, Int32, Int32, Int32, DrawingOptions) Draws a one-pixel wide ellipse with the specified color.
DrawEllipse(IReadWriteBitmapData, Color32, Single, Single, Single, Single, DrawingOptions) Draws a one-pixel wide ellipse with the specified color.
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.
DrawLine(IReadWriteBitmapData, Color32, Point, Point, DrawingOptions) Draws a one-pixel wide line between two points with the specified color.
DrawLine(IReadWriteBitmapData, Color32, PointF, PointF, DrawingOptions) Draws a one-pixel wide line between two points with the specified color.
DrawLine(IReadWriteBitmapData, Color32, Point, Point, DrawingOptions, ParallelConfig) Draws a one-pixel wide line between two points with the specified color.
DrawLine(IReadWriteBitmapData, Color32, PointF, PointF, DrawingOptions, ParallelConfig) Draws a one-pixel wide line between two points with the specified color.
DrawLine(IReadWriteBitmapData, Pen, Point, Point, DrawingOptions, ParallelConfig) Draws a line between two points with the specified Pen.
DrawLine(IReadWriteBitmapData, Pen, PointF, PointF, DrawingOptions, ParallelConfig) Draws a line between two points with the specified Pen.
DrawLine(IReadWriteBitmapData, IAsyncContext, Color32, Point, Point, DrawingOptions) Draws a one-pixel wide line between two points with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawLine(IReadWriteBitmapData, IAsyncContext, Color32, PointF, PointF, DrawingOptions) Draws a one-pixel wide line between two points with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawLine(IReadWriteBitmapData, IAsyncContext, Pen, Point, Point, DrawingOptions) Draws a line between two points with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawLine(IReadWriteBitmapData, IAsyncContext, Pen, PointF, PointF, DrawingOptions) Draws a line between two points with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawLine(IReadWriteBitmapData, Color32, Int32, Int32, Int32, Int32, DrawingOptions) Draws a one-pixel wide line between two points with the specified color.
DrawLine(IReadWriteBitmapData, Color32, Single, Single, Single, Single, DrawingOptions) Draws a one-pixel wide line between two points with the specified color.
DrawLineAsync(IReadWriteBitmapData, Color32, Point, Point, DrawingOptions, TaskConfig) Draws a one-pixel wide line between two points with the specified color asynchronously.
DrawLineAsync(IReadWriteBitmapData, Color32, PointF, PointF, DrawingOptions, TaskConfig) Draws a one-pixel wide line between two points with the specified color asynchronously.
DrawLineAsync(IReadWriteBitmapData, Pen, Point, Point, DrawingOptions, TaskConfig) Draws a line between two points with the specified Pen asynchronously.
DrawLineAsync(IReadWriteBitmapData, Pen, PointF, PointF, DrawingOptions, TaskConfig) Draws a line between two points with the specified Pen asynchronously.
DrawLines(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions) Draws a series of connected, one-pixel wide lines with the specified color.
DrawLines(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions) Draws a series of connected, one-pixel wide lines with the specified color.
DrawLines(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, ParallelConfig) Draws a series of connected, one-pixel wide lines with the specified color.
DrawLines(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, ParallelConfig) Draws a series of connected, one-pixel wide lines with the specified color.
DrawLines(IReadWriteBitmapData, Pen, IEnumerablePoint, DrawingOptions, ParallelConfig) Draws a series of connected lines with the specified Pen.
DrawLines(IReadWriteBitmapData, Pen, IEnumerablePointF, DrawingOptions, ParallelConfig) Draws a series of connected lines with the specified Pen.
DrawLines(IReadWriteBitmapData, IAsyncContext, Color32, IEnumerablePoint, DrawingOptions) Draws a series of connected, one-pixel wide lines with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawLines(IReadWriteBitmapData, IAsyncContext, Color32, IEnumerablePointF, DrawingOptions) Draws a series of connected, one-pixel wide lines with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawLines(IReadWriteBitmapData, IAsyncContext, Pen, IEnumerablePoint, DrawingOptions) Draws a series of connected lines with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawLines(IReadWriteBitmapData, IAsyncContext, Pen, IEnumerablePointF, DrawingOptions) Draws a series of connected lines with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawLinesAsync(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, TaskConfig) Draws a series of connected, one-pixel wide lines with the specified color asynchronously.
DrawLinesAsync(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, TaskConfig) Draws a series of connected, one-pixel wide lines with the specified color asynchronously.
DrawLinesAsync(IReadWriteBitmapData, Pen, IEnumerablePoint, DrawingOptions, TaskConfig) Draws a series of connected lines with the specified Pen asynchronously.
DrawLinesAsync(IReadWriteBitmapData, Pen, IEnumerablePointF, DrawingOptions, TaskConfig) Draws a series of connected lines with the specified Pen asynchronously.
DrawPath(IReadWriteBitmapData, Color32, Path, DrawingOptions) Draws the one-pixel wide outline of a Path with the specified color.
DrawPath(IReadWriteBitmapData, Color32, Path, DrawingOptions, ParallelConfig) Draws the one-pixel wide outline of a Path with the specified color.
DrawPath(IReadWriteBitmapData, Pen, Path, DrawingOptions, ParallelConfig) Draws the outline of a Path with the specified Pen.
DrawPath(IReadWriteBitmapData, IAsyncContext, Color32, Path, DrawingOptions) Draws the one-pixel wide outline of a Path with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawPath(IReadWriteBitmapData, IAsyncContext, Pen, Path, DrawingOptions) Draws the outline of a Path with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawPathAsync(IReadWriteBitmapData, Color32, Path, DrawingOptions, TaskConfig) Draws the one-pixel wide outline of a Path with the specified color asynchronously.
DrawPathAsync(IReadWriteBitmapData, Pen, Path, DrawingOptions, TaskConfig) Draws the outline of a Path with the specified Pen asynchronously.
DrawPie(IReadWriteBitmapData, Color32, Rectangle, Single, Single, DrawingOptions) Draws a one-pixel wide pie shape with the specified color.
DrawPie(IReadWriteBitmapData, Color32, RectangleF, Single, Single, DrawingOptions) Draws a one-pixel wide pie shape with the specified color.
DrawPie(IReadWriteBitmapData, Color32, Rectangle, Single, Single, DrawingOptions, ParallelConfig) Draws a one-pixel wide pie shape with the specified color.
DrawPie(IReadWriteBitmapData, Color32, RectangleF, Single, Single, DrawingOptions, ParallelConfig) Draws a one-pixel wide pie shape with the specified color.
DrawPie(IReadWriteBitmapData, Pen, Rectangle, Single, Single, DrawingOptions, ParallelConfig) Draws a pie shape with the specified Pen.
DrawPie(IReadWriteBitmapData, Pen, RectangleF, Single, Single, DrawingOptions, ParallelConfig) Draws a pie shape with the specified Pen.
DrawPie(IReadWriteBitmapData, IAsyncContext, Color32, Rectangle, Single, Single, DrawingOptions) Draws a one-pixel wide pie shape with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawPie(IReadWriteBitmapData, IAsyncContext, Color32, RectangleF, Single, Single, DrawingOptions) Draws a one-pixel wide pie shape with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawPie(IReadWriteBitmapData, IAsyncContext, Pen, Rectangle, Single, Single, DrawingOptions) Draws a pie shape with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawPie(IReadWriteBitmapData, IAsyncContext, Pen, RectangleF, Single, Single, DrawingOptions) Draws a pie shape with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawPie(IReadWriteBitmapData, Color32, Int32, Int32, Int32, Int32, Single, Single, DrawingOptions) Draws a one-pixel wide pie shape with the specified color.
DrawPie(IReadWriteBitmapData, Color32, Single, Single, Single, Single, Single, Single, DrawingOptions) Draws a one-pixel wide pie shape with the specified color.
DrawPieAsync(IReadWriteBitmapData, Color32, Rectangle, Single, Single, DrawingOptions, TaskConfig) Draws a one-pixel wide pie shape with the specified color asynchronously.
DrawPieAsync(IReadWriteBitmapData, Color32, RectangleF, Single, Single, DrawingOptions, TaskConfig) Draws a one-pixel wide pie shape with the specified color asynchronously.
DrawPieAsync(IReadWriteBitmapData, Pen, Rectangle, Single, Single, DrawingOptions, TaskConfig) Draws a pie shape with the specifiedPen asynchronously.
DrawPieAsync(IReadWriteBitmapData, Pen, RectangleF, Single, Single, DrawingOptions, TaskConfig) Draws a pie shape with the specifiedPen asynchronously.
DrawPolygon(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions) Draws a one-pixel wide polygon with the specified color.
DrawPolygon(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions) Draws a one-pixel wide polygon with the specified color.
DrawPolygon(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, ParallelConfig) Draws a one-pixel wide polygon with the specified color.
DrawPolygon(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, ParallelConfig) Draws a one-pixel wide polygon with the specified color.
DrawPolygon(IReadWriteBitmapData, Pen, IEnumerablePoint, DrawingOptions, ParallelConfig) Draws a polygon with the specified Pen.
DrawPolygon(IReadWriteBitmapData, Pen, IEnumerablePointF, DrawingOptions, ParallelConfig) Draws a polygon with the specified Pen.
DrawPolygon(IReadWriteBitmapData, IAsyncContext, Color32, IEnumerablePoint, DrawingOptions) Draws a one-pixel wide polygon with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawPolygon(IReadWriteBitmapData, IAsyncContext, Color32, IEnumerablePointF, DrawingOptions) Draws a one-pixel wide polygon with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawPolygon(IReadWriteBitmapData, IAsyncContext, Pen, IEnumerablePoint, DrawingOptions) Draws a polygon with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawPolygon(IReadWriteBitmapData, IAsyncContext, Pen, IEnumerablePointF, DrawingOptions) Draws a polygon with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawPolygonAsync(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, TaskConfig) Draws a one-pixel wide polygon with the specified color asynchronously.
DrawPolygonAsync(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, TaskConfig) Draws a one-pixel wide polygon with the specified color asynchronously.
DrawPolygonAsync(IReadWriteBitmapData, Pen, IEnumerablePoint, DrawingOptions, TaskConfig) Draws a polygon with the specified Pen asynchronously.
DrawPolygonAsync(IReadWriteBitmapData, Pen, IEnumerablePointF, DrawingOptions, TaskConfig) Draws a polygon with the specified Pen asynchronously.
DrawRectangle(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions) Draws a one-pixel wide rectangle with the specified color.
DrawRectangle(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions) Draws a one-pixel wide rectangle with the specified color.
DrawRectangle(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions, ParallelConfig) Draws a one-pixel wide rectangle with the specified color.
DrawRectangle(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions, ParallelConfig) Draws a one-pixel wide rectangle with the specified color.
DrawRectangle(IReadWriteBitmapData, Pen, Rectangle, DrawingOptions, ParallelConfig) Draws a rectangle with the specified Pen.
DrawRectangle(IReadWriteBitmapData, Pen, RectangleF, DrawingOptions, ParallelConfig) Draws a rectangle with the specified Pen.
DrawRectangle(IReadWriteBitmapData, IAsyncContext, Color32, Rectangle, DrawingOptions) Draws a one-pixel wide rectangle with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawRectangle(IReadWriteBitmapData, IAsyncContext, Color32, RectangleF, DrawingOptions) Draws a one-pixel wide rectangle with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawRectangle(IReadWriteBitmapData, IAsyncContext, Pen, Rectangle, DrawingOptions) Draws a rectangle with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawRectangle(IReadWriteBitmapData, IAsyncContext, Pen, RectangleF, DrawingOptions) Draws a rectangle with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawRectangle(IReadWriteBitmapData, Color32, Int32, Int32, Int32, Int32, DrawingOptions) Draws a one-pixel wide rectangle with the specified color.
DrawRectangle(IReadWriteBitmapData, Color32, Single, Single, Single, Single, DrawingOptions) Draws a one-pixel wide rectangle with the specified color.
DrawRectangleAsync(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions, TaskConfig) Draws a one-pixel wide rectangle with the specified color asynchronously.
DrawRectangleAsync(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions, TaskConfig) Draws a one-pixel wide rectangle with the specified color asynchronously.
DrawRectangleAsync(IReadWriteBitmapData, Pen, Rectangle, DrawingOptions, TaskConfig) Draws a rectangle with the specified Pen asynchronously.
DrawRectangleAsync(IReadWriteBitmapData, Pen, RectangleF, DrawingOptions, TaskConfig) Draws a rectangle with the specified Pen asynchronously.
DrawRoundedRectangle(IReadWriteBitmapData, Color32, Rectangle, Int32, DrawingOptions) Draws a one-pixel wide rounded rectangle with the specified color, applying the same corner radius to all corners.
DrawRoundedRectangle(IReadWriteBitmapData, Color32, RectangleF, Single, DrawingOptions) Draws a one-pixel wide rounded rectangle with the specified color, applying the same corner radius to all corners.
DrawRoundedRectangle(IReadWriteBitmapData, Color32, Rectangle, Int32, DrawingOptions, ParallelConfig) Draws a one-pixel wide rounded rectangle with the specified color, applying the same corner radius to all corners.
DrawRoundedRectangle(IReadWriteBitmapData, Color32, RectangleF, Single, DrawingOptions, ParallelConfig) Draws a one-pixel wide rounded rectangle with the specified color, applying the same corner radius to all corners.
DrawRoundedRectangle(IReadWriteBitmapData, Pen, Rectangle, Int32, DrawingOptions, ParallelConfig) Draws a rounded rectangle with the specified Pen, applying the same corner radius to all corners.
DrawRoundedRectangle(IReadWriteBitmapData, Pen, RectangleF, Single, DrawingOptions, ParallelConfig) Draws a rounded rectangle with the specified Pen, applying the same corner radius to all corners.
DrawRoundedRectangle(IReadWriteBitmapData, IAsyncContext, Color32, Rectangle, Int32, DrawingOptions) Draws a one-pixel wide rounded rectangle with the specified color, applying the same corner radius to all corners, and using a context that may belong to a higher level, possibly asynchronous operation.
DrawRoundedRectangle(IReadWriteBitmapData, IAsyncContext, Color32, RectangleF, Single, DrawingOptions) Draws a one-pixel wide rounded rectangle with the specified color, applying the same corner radius to all corners, and using a context that may belong to a higher level, possibly asynchronous operation.
DrawRoundedRectangle(IReadWriteBitmapData, IAsyncContext, Pen, Rectangle, Int32, DrawingOptions) Draws a rounded rectangle with the specified Pen, applying the same corner radius to all corners, and using a context that may belong to a higher level, possibly asynchronous operation.
DrawRoundedRectangle(IReadWriteBitmapData, IAsyncContext, Pen, RectangleF, Single, DrawingOptions) Draws a rounded rectangle with the specified Pen, applying the same corner radius to all corners, and using a context that may belong to a higher level, possibly asynchronous operation.
DrawRoundedRectangle(IReadWriteBitmapData, Color32, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions) Draws a one-pixel wide rounded rectangle with the specified color, applying a custom corner radius to each corner.
DrawRoundedRectangle(IReadWriteBitmapData, Color32, RectangleF, Single, Single, Single, Single, DrawingOptions) Draws a one-pixel wide rounded rectangle with the specified color, applying a custom corner radius to each corner.
DrawRoundedRectangle(IReadWriteBitmapData, Color32, Int32, Int32, Int32, Int32, Int32, DrawingOptions) Draws a one-pixel wide rounded rectangle with the specified color, applying the same corner radius to all corners.
DrawRoundedRectangle(IReadWriteBitmapData, Color32, Single, Single, Single, Single, Single, DrawingOptions) Draws a one-pixel wide rounded rectangle with the specified color, applying the same corner radius to all corners.
DrawRoundedRectangle(IReadWriteBitmapData, Color32, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions, ParallelConfig) Draws a one-pixel wide rounded rectangle with the specified color, applying a custom corner radius to each corner.
DrawRoundedRectangle(IReadWriteBitmapData, Color32, RectangleF, Single, Single, Single, Single, DrawingOptions, ParallelConfig) Draws a one-pixel wide rounded rectangle with the specified color, applying a custom corner radius to each corner.
DrawRoundedRectangle(IReadWriteBitmapData, Pen, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions, ParallelConfig) Draws a rounded rectangle with the specified Pen, applying a custom corner radius to each corner.
DrawRoundedRectangle(IReadWriteBitmapData, Pen, RectangleF, Single, Single, Single, Single, DrawingOptions, ParallelConfig) Draws a rounded rectangle with the specified Pen, applying a custom corner radius to each corner.
DrawRoundedRectangle(IReadWriteBitmapData, IAsyncContext, Color32, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions) Draws a one-pixel wide rounded rectangle with the specified color, applying a custom corner radius to each corner, and using a context that may belong to a higher level, possibly asynchronous operation.
DrawRoundedRectangle(IReadWriteBitmapData, IAsyncContext, Color32, RectangleF, Single, Single, Single, Single, DrawingOptions) Draws a one-pixel wide rounded rectangle with the specified color, applying a custom corner radius to each corner, and using a context that may belong to a higher level, possibly asynchronous operation.
DrawRoundedRectangle(IReadWriteBitmapData, IAsyncContext, Pen, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions) Draws a rounded rectangle with the specified Pen, applying a custom corner radius to each corner, and using a context that may belong to a higher level, possibly asynchronous operation.
DrawRoundedRectangle(IReadWriteBitmapData, IAsyncContext, Pen, RectangleF, Single, Single, Single, Single, DrawingOptions) Draws a rounded rectangle with the specified Pen, applying a custom corner radius to each corner, and using a context that may belong to a higher level, possibly asynchronous operation.
DrawRoundedRectangle(IReadWriteBitmapData, Color32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, DrawingOptions) Draws a one-pixel wide rounded rectangle with the specified color, applying a custom corner radius to each corner.
DrawRoundedRectangle(IReadWriteBitmapData, Color32, Single, Single, Single, Single, Single, Single, Single, Single, DrawingOptions) Draws a one-pixel wide rounded rectangle with the specified color, applying a custom corner radius to each corner.
DrawRoundedRectangleAsync(IReadWriteBitmapData, Color32, Rectangle, Int32, DrawingOptions, TaskConfig) Draws a one-pixel wide rounded rectangle with the specified color asynchronously, applying the same corner radius to all corners.
DrawRoundedRectangleAsync(IReadWriteBitmapData, Color32, RectangleF, Single, DrawingOptions, TaskConfig) Draws a one-pixel wide rounded rectangle with the specified color asynchronously, applying the same corner radius to all corners.
DrawRoundedRectangleAsync(IReadWriteBitmapData, Pen, Rectangle, Int32, DrawingOptions, TaskConfig) Draws a rounded rectangle with the specified Pen asynchronously, applying the same corner radius to all corners.
DrawRoundedRectangleAsync(IReadWriteBitmapData, Pen, RectangleF, Single, DrawingOptions, TaskConfig) Draws a rounded rectangle with the specified Pen asynchronously, applying the same corner radius to all corners.
DrawRoundedRectangleAsync(IReadWriteBitmapData, Color32, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions, TaskConfig) Draws a one-pixel wide rounded rectangle with the specified color asynchronously, applying a custom corner radius to each corner.
DrawRoundedRectangleAsync(IReadWriteBitmapData, Color32, RectangleF, Single, Single, Single, Single, DrawingOptions, TaskConfig) Draws a one-pixel wide rounded rectangle with the specified color asynchronously, applying a custom corner radius to each corner.
DrawRoundedRectangleAsync(IReadWriteBitmapData, Pen, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions, TaskConfig) Draws a rounded rectangle with the specified Pen asynchronously, applying a custom corner radius to each corner.
DrawRoundedRectangleAsync(IReadWriteBitmapData, Pen, RectangleF, Single, Single, Single, Single, DrawingOptions, TaskConfig) Draws a rounded rectangle with the specified Pen asynchronously, applying a custom corner radius to each corner.
EndDrawArc Waits for the pending asynchronous operation started by the BeginDrawArc methods to complete. In .NET Framework 4.0 and above you can use the DrawArcAsync methods instead.
EndDrawBeziers Waits for the pending asynchronous operation started by the BeginDrawBeziers methods to complete. In .NET Framework 4.0 and above you can use the DrawBeziersAsync methods instead.
EndDrawEllipse Waits for the pending asynchronous operation started by the BeginDrawEllipse methods to complete. In .NET Framework 4.0 and above you can use the DrawEllipseAsync methods instead.
EndDrawLine Waits for the pending asynchronous operation started by the BeginDrawLine methods to complete. In .NET Framework 4.0 and above you can use the DrawLineAsync methods instead.
EndDrawLines Waits for the pending asynchronous operation started by the BeginDrawLines methods to complete. In .NET Framework 4.0 and above you can use the DrawLinesAsync methods instead.
EndDrawPath Waits for the pending asynchronous operation started by the BeginDrawPath methods to complete. In .NET Framework 4.0 and above you can use the DrawPathAsync methods instead.
EndDrawPie Waits for the pending asynchronous operation started by the BeginDrawPie methods to complete. In .NET Framework 4.0 and above you can use the DrawPieAsync methods instead.
EndDrawPolygon Waits for the pending asynchronous operation started by the BeginDrawPolygon methods to complete. In .NET Framework 4.0 and above you can use the DrawPolygonAsync methods instead.
EndDrawRectangle Waits for the pending asynchronous operation started by the BeginDrawRectangle methods to complete. In .NET Framework 4.0 and above you can use the DrawRectangleAsync methods instead.
EndDrawRoundedRectangle Waits for the pending asynchronous operation started by the BeginDrawRoundedRectangle methods to complete. In .NET Framework 4.0 and above you can use the DrawRoundedRectangleAsync methods instead.
EndFillEllipse Waits for the pending asynchronous operation started by the BeginFillEllipse methods to complete. In .NET Framework 4.0 and above you can use the FillEllipseAsync methods instead.
EndFillPath Waits for the pending asynchronous operation started by the BeginFillPath methods to complete. In .NET Framework 4.0 and above you can use the FillPathAsync methods instead.
EndFillPie Waits for the pending asynchronous operation started by the BeginFillPie methods to complete. In .NET Framework 4.0 and above you can use the FillPieAsync methods instead.
EndFillPolygon Waits for the pending asynchronous operation started by the BeginFillPolygon methods to complete. In .NET Framework 4.0 and above you can use the FillPolygonAsync methods instead.
EndFillRectangle Waits for the pending asynchronous operation started by the BeginFillRectangle methods to complete. In .NET Framework 4.0 and above you can use the FillRectangleAsync methods instead.
EndFillRoundedRectangle Waits for the pending asynchronous operation started by the BeginFillRoundedRectangle methods to complete. In .NET Framework 4.0 and above you can use the FillRoundedRectangleAsync methods instead.
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.
FillEllipseAsync(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions, TaskConfig) Fills an ellipse with the specified color asynchronously.
FillEllipseAsync(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions, TaskConfig) Fills an ellipse with the specified color asynchronously.
FillEllipseAsync(IReadWriteBitmapData, Brush, Rectangle, DrawingOptions, TaskConfig) Fills an ellipse with the specified Brush asynchronously.
FillEllipseAsync(IReadWriteBitmapData, Brush, RectangleF, DrawingOptions, TaskConfig) Fills an ellipse with the specified Brush asynchronously.
FillPath(IReadWriteBitmapData, Color32, Path, DrawingOptions) Fills a Path with the specified color.
FillPath(IReadWriteBitmapData, Color32, Path, DrawingOptions, ParallelConfig) Fills a Path with the specified color.
FillPath(IReadWriteBitmapData, Brush, Path, DrawingOptions, ParallelConfig) Fills a Path with the specified Brush.
FillPath(IReadWriteBitmapData, IAsyncContext, Color32, Path, DrawingOptions) Fills a Path with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
FillPath(IReadWriteBitmapData, IAsyncContext, Brush, Path, DrawingOptions) Fills a Path with the specified Brush, using a context that may belong to a higher level, possibly asynchronous operation.
FillPathAsync(IReadWriteBitmapData, Color32, Path, DrawingOptions, TaskConfig) Begins to fill a Path with the specified color asynchronously.
FillPathAsync(IReadWriteBitmapData, Brush, Path, DrawingOptions, TaskConfig) Begins to fill a Path with the specified Brush asynchronously.
FillPie(IReadWriteBitmapData, Color32, Rectangle, Single, Single, DrawingOptions) Fills a pie shape with the specified color.
FillPie(IReadWriteBitmapData, Color32, RectangleF, Single, Single, DrawingOptions) Fills a pie shape with the specified color.
FillPie(IReadWriteBitmapData, Color32, Rectangle, Single, Single, DrawingOptions, ParallelConfig) Fills a pie shape with the specified color.
FillPie(IReadWriteBitmapData, Color32, RectangleF, Single, Single, DrawingOptions, ParallelConfig) Fills a pie shape with the specified color.
FillPie(IReadWriteBitmapData, Brush, Rectangle, Single, Single, DrawingOptions, ParallelConfig) Fills a pie shape with the specified Brush.
FillPie(IReadWriteBitmapData, Brush, RectangleF, Single, Single, DrawingOptions, ParallelConfig) Fills a pie shape with the specified Brush.
FillPie(IReadWriteBitmapData, IAsyncContext, Color32, Rectangle, Single, Single, DrawingOptions) Fills a pie shape with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
FillPie(IReadWriteBitmapData, IAsyncContext, Color32, RectangleF, Single, Single, DrawingOptions) Fills a pie shape with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
FillPie(IReadWriteBitmapData, IAsyncContext, Brush, Rectangle, Single, Single, DrawingOptions) Fills a pie shape with the specified Brush, using a context that may belong to a higher level, possibly asynchronous operation.
FillPie(IReadWriteBitmapData, IAsyncContext, Brush, RectangleF, Single, Single, DrawingOptions) Fills a pie shape with the specified Brush, using a context that may belong to a higher level, possibly asynchronous operation.
FillPie(IReadWriteBitmapData, Color32, Int32, Int32, Int32, Int32, Single, Single, DrawingOptions) Fills a pie shape with the specified color.
FillPie(IReadWriteBitmapData, Color32, Single, Single, Single, Single, Single, Single, DrawingOptions) Fills a pie shape with the specified color.
FillPieAsync(IReadWriteBitmapData, Color32, Rectangle, Single, Single, DrawingOptions, TaskConfig) Fills a pie shape with the specified color asynchronously.
FillPieAsync(IReadWriteBitmapData, Color32, RectangleF, Single, Single, DrawingOptions, TaskConfig) Fills a pie shape with the specified color asynchronously.
FillPieAsync(IReadWriteBitmapData, Brush, Rectangle, Single, Single, DrawingOptions, TaskConfig) Fills a pie shape with the specified Brush asynchronously.
FillPieAsync(IReadWriteBitmapData, Brush, RectangleF, Single, Single, DrawingOptions, TaskConfig) Fills a pie shape with the specified Brush asynchronously.
FillPolygon(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions) Fills a polygon with the specified color.
FillPolygon(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions) Fills a polygon with the specified color.
FillPolygon(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, ParallelConfig) Fills a polygon with the specified color.
FillPolygon(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, ParallelConfig) Fills a polygon with the specified color.
FillPolygon(IReadWriteBitmapData, Brush, IEnumerablePoint, DrawingOptions, ParallelConfig) Fills a polygon with the specified Brush.
FillPolygon(IReadWriteBitmapData, Brush, IEnumerablePointF, DrawingOptions, ParallelConfig) Fills a polygon with the specified Brush.
FillPolygon(IReadWriteBitmapData, IAsyncContext, Color32, IEnumerablePoint, DrawingOptions) Fills a polygon with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
FillPolygon(IReadWriteBitmapData, IAsyncContext, Color32, IEnumerablePointF, DrawingOptions) Fills a polygon with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
FillPolygon(IReadWriteBitmapData, IAsyncContext, Brush, IEnumerablePoint, DrawingOptions) Fills a polygon with the specified Brush, using a context that may belong to a higher level, possibly asynchronous operation.
FillPolygon(IReadWriteBitmapData, IAsyncContext, Brush, IEnumerablePointF, DrawingOptions) Fills a polygon with the specified Brush, using a context that may belong to a higher level, possibly asynchronous operation.
FillPolygonAsync(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, TaskConfig) Fills a polygon with the specified color asynchronously.
FillPolygonAsync(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, TaskConfig) Fills a polygon with the specified color asynchronously.
FillPolygonAsync(IReadWriteBitmapData, Brush, IEnumerablePoint, DrawingOptions, TaskConfig) Fills a polygon with the specified Brush asynchronously.
FillPolygonAsync(IReadWriteBitmapData, Brush, IEnumerablePointF, DrawingOptions, TaskConfig) Fills a polygon with the specified Brush asynchronously.
FillRectangle(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions) Fills a rectangle with the specified color.
FillRectangle(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions) Fills a rectangle with the specified color.
FillRectangle(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions, ParallelConfig) Fills a rectangle with the specified color.
FillRectangle(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions, ParallelConfig) Fills a rectangle with the specified color.
FillRectangle(IReadWriteBitmapData, Brush, Rectangle, DrawingOptions, ParallelConfig) Fills a rectangle with the specified Brush.
FillRectangle(IReadWriteBitmapData, Brush, RectangleF, DrawingOptions, ParallelConfig) Fills a rectangle with the specified Brush.
FillRectangle(IReadWriteBitmapData, IAsyncContext, Color32, Rectangle, DrawingOptions) Fills a rectangle with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
FillRectangle(IReadWriteBitmapData, IAsyncContext, Color32, RectangleF, DrawingOptions) Fills a rectangle with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
FillRectangle(IReadWriteBitmapData, IAsyncContext, Brush, Rectangle, DrawingOptions) Fills a rectangle with the specified Brush, using a context that may belong to a higher level, possibly asynchronous operation.
FillRectangle(IReadWriteBitmapData, IAsyncContext, Brush, RectangleF, DrawingOptions) Fills a rectangle with the specified Brush, using a context that may belong to a higher level, possibly asynchronous operation.
FillRectangle(IReadWriteBitmapData, Color32, Int32, Int32, Int32, Int32, DrawingOptions) Fills a rectangle with the specified color.
FillRectangle(IReadWriteBitmapData, Color32, Single, Single, Single, Single, DrawingOptions) Fills a rectangle with the specified color.
FillRectangleAsync(IReadWriteBitmapData, Color32, Rectangle, DrawingOptions, TaskConfig) Fills a rectangle with the specified color asynchronously.
FillRectangleAsync(IReadWriteBitmapData, Color32, RectangleF, DrawingOptions, TaskConfig) Fills a rectangle with the specified color asynchronously.
FillRectangleAsync(IReadWriteBitmapData, Brush, Rectangle, DrawingOptions, TaskConfig) Fills a rectangle with the specified Brush asynchronously.
FillRectangleAsync(IReadWriteBitmapData, Brush, RectangleF, DrawingOptions, TaskConfig) Fills a rectangle with the specified Brush asynchronously.
FillRoundedRectangle(IReadWriteBitmapData, Color32, Rectangle, Int32, DrawingOptions) Fills a rounded rectangle with the specified color, applying the same corner radius to all corners.
FillRoundedRectangle(IReadWriteBitmapData, Color32, RectangleF, Single, DrawingOptions) Fills a rounded rectangle with the specified color, applying the same corner radius to all corners.
FillRoundedRectangle(IReadWriteBitmapData, Color32, Rectangle, Int32, DrawingOptions, ParallelConfig) Fills a rounded rectangle with the specified color, applying the same corner radius to all corners.
FillRoundedRectangle(IReadWriteBitmapData, Color32, RectangleF, Single, DrawingOptions, ParallelConfig) Fills a rounded rectangle with the specified color, applying the same corner radius to all corners.
FillRoundedRectangle(IReadWriteBitmapData, Brush, Rectangle, Int32, DrawingOptions, ParallelConfig) Fills a rounded rectangle with the specified Brush, applying the same corner radius to all corners.
FillRoundedRectangle(IReadWriteBitmapData, Brush, RectangleF, Single, DrawingOptions, ParallelConfig) Fills a rounded rectangle with the specified Brush, applying the same corner radius to all corners.
FillRoundedRectangle(IReadWriteBitmapData, IAsyncContext, Color32, Rectangle, Int32, DrawingOptions) Fills a rounded rectangle with the specified color, applying the same corner radius to all corners, and using a context that may belong to a higher level, possibly asynchronous operation.
FillRoundedRectangle(IReadWriteBitmapData, IAsyncContext, Color32, RectangleF, Single, DrawingOptions) Fills a rounded rectangle with the specified color, applying the same corner radius to all corners, and using a context that may belong to a higher level, possibly asynchronous operation.
FillRoundedRectangle(IReadWriteBitmapData, IAsyncContext, Brush, Rectangle, Int32, DrawingOptions) Fills a rounded rectangle with the specified Brush, applying the same corner radius to all corners, and using a context that may belong to a higher level, possibly asynchronous operation.
FillRoundedRectangle(IReadWriteBitmapData, IAsyncContext, Brush, RectangleF, Single, DrawingOptions) Fills a rounded rectangle with the specified Brush, applying the same corner radius to all corners, and using a context that may belong to a higher level, possibly asynchronous operation.
FillRoundedRectangle(IReadWriteBitmapData, Color32, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions) Fills a rounded rectangle with the specified color, applying a custom corner radius to each corner.
FillRoundedRectangle(IReadWriteBitmapData, Color32, RectangleF, Single, Single, Single, Single, DrawingOptions) Fills a rounded rectangle with the specified color, applying a custom corner radius to each corner.
FillRoundedRectangle(IReadWriteBitmapData, Color32, Int32, Int32, Int32, Int32, Int32, DrawingOptions) Fills a rounded rectangle with the specified color, applying the same corner radius to all corners.
FillRoundedRectangle(IReadWriteBitmapData, Color32, Single, Single, Single, Single, Single, DrawingOptions) Fills a rounded rectangle with the specified color, applying the same corner radius to all corners.
FillRoundedRectangle(IReadWriteBitmapData, Color32, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions, ParallelConfig) Fills a rounded rectangle with the specified color, applying a custom corner radius to each corner.
FillRoundedRectangle(IReadWriteBitmapData, Color32, RectangleF, Single, Single, Single, Single, DrawingOptions, ParallelConfig) Fills a rounded rectangle with the specified color, applying a custom corner radius to each corner.
FillRoundedRectangle(IReadWriteBitmapData, Brush, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions, ParallelConfig) Fills a rounded rectangle with the specified Brush, applying a custom corner radius to each corner.
FillRoundedRectangle(IReadWriteBitmapData, Brush, RectangleF, Single, Single, Single, Single, DrawingOptions, ParallelConfig) Fills a rounded rectangle with the specified Brush, applying a custom corner radius to each corner.
FillRoundedRectangle(IReadWriteBitmapData, IAsyncContext, Color32, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions) Fills a rounded rectangle with the specified color, applying a custom corner radius to each corner, and using a context that may belong to a higher level, possibly asynchronous operation.
FillRoundedRectangle(IReadWriteBitmapData, IAsyncContext, Color32, RectangleF, Single, Single, Single, Single, DrawingOptions) Fills a rounded rectangle with the specified color, applying a custom corner radius to each corner, and using a context that may belong to a higher level, possibly asynchronous operation.
FillRoundedRectangle(IReadWriteBitmapData, IAsyncContext, Brush, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions) Fills a rounded rectangle with the specified Brush, applying a custom corner radius to each corner, and using a context that may belong to a higher level, possibly asynchronous operation.
FillRoundedRectangle(IReadWriteBitmapData, IAsyncContext, Brush, RectangleF, Single, Single, Single, Single, DrawingOptions) Fills a rounded rectangle with the specified Brush, applying a custom corner radius to each corner, and using a context that may belong to a higher level, possibly asynchronous operation.
FillRoundedRectangle(IReadWriteBitmapData, Color32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, DrawingOptions) Fills a rounded rectangle with the specified color, applying a custom corner radius to each corner.
FillRoundedRectangle(IReadWriteBitmapData, Color32, Single, Single, Single, Single, Single, Single, Single, Single, DrawingOptions) Fills a rounded rectangle with the specified color, applying a custom corner radius to each corner.
FillRoundedRectangleAsync(IReadWriteBitmapData, Color32, Rectangle, Int32, DrawingOptions, TaskConfig) Fills a rounded rectangle with the specified color asynchronously, applying the same corner radius to all corners.
FillRoundedRectangleAsync(IReadWriteBitmapData, Color32, RectangleF, Single, DrawingOptions, TaskConfig) Fills a rounded rectangle with the specified color asynchronously, applying the same corner radius to all corners.
FillRoundedRectangleAsync(IReadWriteBitmapData, Brush, Rectangle, Int32, DrawingOptions, TaskConfig) Fills a rounded rectangle with the specified Brush asynchronously, applying the same corner radius to all corners.
FillRoundedRectangleAsync(IReadWriteBitmapData, Brush, RectangleF, Single, DrawingOptions, TaskConfig) Fills a rounded rectangle with the specified Brush asynchronously, applying the same corner radius to all corners.
FillRoundedRectangleAsync(IReadWriteBitmapData, Color32, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions, TaskConfig) Fills a rounded rectangle with the specified color asynchronously, applying a custom corner radius to each corner.
FillRoundedRectangleAsync(IReadWriteBitmapData, Color32, RectangleF, Single, Single, Single, Single, DrawingOptions, TaskConfig) Fills a rounded rectangle with the specified color asynchronously, applying a custom corner radius to each corner.
FillRoundedRectangleAsync(IReadWriteBitmapData, Brush, Rectangle, Int32, Int32, Int32, Int32, DrawingOptions, TaskConfig) Fills a rounded rectangle with the specified Brush asynchronously, applying a custom corner radius to each corner.
FillRoundedRectangleAsync(IReadWriteBitmapData, Brush, RectangleF, Single, Single, Single, Single, DrawingOptions, TaskConfig) Fills a rounded rectangle with the specified Brush asynchronously, applying a custom corner radius to each corner.

See Also