Graphics.FillRoundedRectangle Method

Definition

Overloads

FillRoundedRectangle(Brush, Rectangle, Size)
FillRoundedRectangle(Brush, RectangleF, SizeF)

FillRoundedRectangle(Brush, Rectangle, Size)

Source:
Graphics.cs
Source:
Graphics.cs
public:
 void FillRoundedRectangle(System::Drawing::Brush ^ brush, System::Drawing::Rectangle rect, System::Drawing::Size radius);
public void FillRoundedRectangle (System.Drawing.Brush brush, System.Drawing.Rectangle rect, System.Drawing.Size radius);
member this.FillRoundedRectangle : System.Drawing.Brush * System.Drawing.Rectangle * System.Drawing.Size -> unit
Public Sub FillRoundedRectangle (brush As Brush, rect As Rectangle, radius As Size)

Parameters

brush
Brush
rect
Rectangle
radius
Size

Applies to

FillRoundedRectangle(Brush, RectangleF, SizeF)

Source:
Graphics.cs
Source:
Graphics.cs
public:
 void FillRoundedRectangle(System::Drawing::Brush ^ brush, System::Drawing::RectangleF rect, System::Drawing::SizeF radius);
public void FillRoundedRectangle (System.Drawing.Brush brush, System.Drawing.RectangleF rect, System.Drawing.SizeF radius);
member this.FillRoundedRectangle : System.Drawing.Brush * System.Drawing.RectangleF * System.Drawing.SizeF -> unit
Public Sub FillRoundedRectangle (brush As Brush, rect As RectangleF, radius As SizeF)

Parameters

brush
Brush
rect
RectangleF
radius
SizeF

Applies to