C# Class cadencii.java.awt.Rectangle

Afficher le fichier Open project: cadencii/cadencii Class Usage Examples

Méthodes publiques

Свойство Type Description
height int
width int
x int
y int

Méthodes publiques

Méthode Description
Rectangle ( Rectangle r ) : System
Rectangle ( int width_, int height_ ) : System
Rectangle ( int x_, int y_, int width_, int height_ ) : System
ToString ( ) : string

Method Details

Rectangle() public méthode

public Rectangle ( Rectangle r ) : System
r Rectangle
Résultat System

Rectangle() public méthode

public Rectangle ( int width_, int height_ ) : System
width_ int
height_ int
Résultat System

Rectangle() public méthode

public Rectangle ( int x_, int y_, int width_, int height_ ) : System
x_ int
y_ int
width_ int
height_ int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

height public_oe property

public int height
Résultat int

width public_oe property

public int width
Résultat int

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int