BitmapDataExtensionsDrawRoundedRectangleAsync Method

Overload List

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.

See Also