Method | Description | |
---|---|---|
FillRoundedRectangle ( Graphics, graphics, Brush, brush, Rectangle, bounds, int cornerRadius ) : void | ||
RoundedRect ( Rectangle, bounds, int radius ) : GraphicsPath, |
public static FillRoundedRectangle ( Graphics, graphics, Brush, brush, Rectangle, bounds, int cornerRadius ) : void | ||
graphics | Graphics, | |
brush | Brush, | |
bounds | Rectangle, | |
cornerRadius | int | |
return | void |
public static RoundedRect ( Rectangle, bounds, int radius ) : GraphicsPath, | ||
bounds | Rectangle, | |
radius | int | |
return | GraphicsPath, |