C# Class PowerArgs.Cli.Rectangle

Afficher le fichier Open project: adamabdelhamed/PowerArgs Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( Rectangle other ) : bool
Contains ( int x, int y ) : bool
IsAbove ( Rectangle other ) : bool
IsBelow ( Rectangle other ) : bool
IsLeftOf ( Rectangle other ) : bool
IsRightOf ( Rectangle other ) : bool
Rectangle ( Point location, Size size ) : System
Rectangle ( int x, int y, int w, int h ) : System

Method Details

Contains() public méthode

public Contains ( Rectangle other ) : bool
other Rectangle
Résultat bool

Contains() public méthode

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

IsAbove() public méthode

public IsAbove ( Rectangle other ) : bool
other Rectangle
Résultat bool

IsBelow() public méthode

public IsBelow ( Rectangle other ) : bool
other Rectangle
Résultat bool

IsLeftOf() public méthode

public IsLeftOf ( Rectangle other ) : bool
other Rectangle
Résultat bool

IsRightOf() public méthode

public IsRightOf ( Rectangle other ) : bool
other Rectangle
Résultat bool

Rectangle() public méthode

public Rectangle ( Point location, Size size ) : System
location Point
size Size
Résultat System

Rectangle() public méthode

public Rectangle ( int x, int y, int w, int h ) : System
x int
y int
w int
h int
Résultat System