C# Class VirtualMethods.Rectangle

Inheritance: Shape
Afficher le fichier Open project: ProfessionalCSharp/ProfessionalCSharp6 Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( ) : void
Move ( Position newPosition ) : void
Resize ( int width, int height ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Move() public méthode

public Move ( Position newPosition ) : void
newPosition Position
Résultat void

Resize() public méthode

public Resize ( int width, int height ) : void
width int
height int
Résultat void