Fills the interior of a rounded rectangle specified by a Rectangle structure.
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);
GraphicsEx Class | Resco.Drawing Namespace