BitmapDataExtensionsDrawRectangle Method

Overload List

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.

See Also