MobileForms Toolkit Documentation

GraphicsEx.FillRoundedRectangle Method

Fills the interior of a rounded rectangle specified by a Rectangle structure.

Overload List

Fills the interior of a rounded rectangle specified by a Rectangle structure.

public static void FillRoundedRectangle(Graphics,Brush,Rectangle,RoundedCornerStyles);

Fills the interior of a rounded rectangle specified by a Rectangle structure.

public static void FillRoundedRectangle(Graphics,Brush,Rectangle,int,RoundedCornerStyles);

Fills the interior of a rounded rectangle specified by a pair of coordinates, a width, and a height.

public static void FillRoundedRectangle(Graphics,Brush,int,int,int,int,RoundedCornerStyles);

Fills the interior or exterior of a rounded rectangle specified by a pair of coordinates, a width, and a height.

public static void FillRoundedRectangle(Graphics,Brush,int,int,int,int,RoundedCornerStyles,bool);

Fills the interior of a rounded rectangle specified by a pair of coordinates, a width, and a height.

public static void FillRoundedRectangle(Graphics,Brush,int,int,int,int,int,RoundedCornerStyles);

Fills the interior or exterior of a rounded rectangle specified by a pair of coordinates, a width, and a height.

public static void FillRoundedRectangle(Graphics,Brush,int,int,int,int,int,RoundedCornerStyles,bool);

See Also

GraphicsEx Class | Resco.Drawing Namespace