C# Class Praeclarum.Graphics.Rectangle

Afficher le fichier Open project: praeclarum/Praeclarum Class Usage Examples

Méthodes publiques

Свойство Type Description
X int

Méthodes publiques

Méthode Description
Contains ( int x, int y ) : bool
Inflate ( Size size ) : void
Inflate ( int width, int height ) : void
IntersectsWith ( Rectangle rect ) : bool
Offset ( int dx, int dy ) : void
Rectangle ( int left, int top, int width, int height ) : System
ToString ( ) : string
Union ( Rectangle a, Rectangle b ) : Rectangle

Method Details

Contains() public méthode

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

Inflate() public méthode

public Inflate ( Size size ) : void
size Size
Résultat void

Inflate() public méthode

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

IntersectsWith() public méthode

public IntersectsWith ( Rectangle rect ) : bool
rect Rectangle
Résultat bool

Offset() public méthode

public Offset ( int dx, int dy ) : void
dx int
dy int
Résultat void

Rectangle() public méthode

public Rectangle ( int left, int top, int width, int height ) : System
left int
top int
width int
height int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Union() public static méthode

public static Union ( Rectangle a, Rectangle b ) : Rectangle
a Rectangle
b Rectangle
Résultat Rectangle

Property Details

X public_oe property

public int X
Résultat int