Draws a rounded rectangle specified by a Rectangle structure.
Draws a rounded rectangle specified by a Rectangle structure.
public static void DrawRoundedRectangle(Graphics,Pen,Rectangle,RoundedCornerStyles);
Draws a rounded rectangle specified by a Rectangle structure.
public static void DrawRoundedRectangle(Graphics,Pen,Rectangle,int,RoundedCornerStyles);
Draws a rounded rectangle specified by a coordinate pair, a width, and a height.
public static void DrawRoundedRectangle(Graphics,Pen,int,int,int,int,RoundedCornerStyles);
Draws a rounded rectangle specified by a coordinate pair, a width, and a height.
public static void DrawRoundedRectangle(Graphics,Pen,int,int,int,int,int,RoundedCornerStyles);
GraphicsEx Class | Resco.Drawing Namespace