BitmapDataExtensionsBeginFillRoundedRectangle Method

Overload List

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.

See Also