| 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.
|