C# Class RoundedRectangle, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
FillRoundedRectangle ( Graphics, graphics, Brush, brush, Rectangle, bounds, int cornerRadius ) : void
RoundedRect ( Rectangle, bounds, int radius ) : GraphicsPath,

Method Details

FillRoundedRectangle() public static méthode

public static FillRoundedRectangle ( Graphics, graphics, Brush, brush, Rectangle, bounds, int cornerRadius ) : void
graphics Graphics,
brush Brush,
bounds Rectangle,
cornerRadius int
Résultat void

RoundedRect() public static méthode

public static RoundedRect ( Rectangle, bounds, int radius ) : GraphicsPath,
bounds Rectangle,
radius int
Résultat GraphicsPath,