MobileForms Toolkit Documentation

GraphicsEx.DrawRoundedRectangle Method

Draws a rounded rectangle specified by a Rectangle structure.

Overload List

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);

See Also

GraphicsEx Class | Resco.Drawing Namespace