C# Class Axiom.Core.Rectangle

Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( long x, long y ) : bool
Intersect ( Rectangle rhs ) : Rectangle
Merge ( Rectangle rhs ) : Rectangle
Rectangle ( Rectangle copy ) : System
Rectangle ( long left, long top, long right, long bottom ) : System

Private Methods

Méthode Description
Intersect ( Rectangle lhs, Rectangle rhs ) : Rectangle

Method Details

Contains() public méthode

public Contains ( long x, long y ) : bool
x long
y long
Résultat bool

Intersect() public méthode

public Intersect ( Rectangle rhs ) : Rectangle
rhs Rectangle
Résultat Rectangle

Merge() public méthode

public Merge ( Rectangle rhs ) : Rectangle
rhs Rectangle
Résultat Rectangle

Rectangle() public méthode

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

Rectangle() public méthode

public Rectangle ( long left, long top, long right, long bottom ) : System
left long
top long
right long
bottom long
Résultat System