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