C# Class Treefrog.Framework.Imaging.Rectangle

Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty Rectangle

Méthodes publiques

Méthode Description
Contains ( Point point ) : bool
Equals ( Rectangle other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsAreaEmpty ( Rectangle rect ) : bool
IsAreaNegative ( Rectangle rect ) : bool
IsAreaNegativeOrEmpty ( Rectangle rect ) : bool
Rectangle ( Point location, Size size ) : System
Rectangle ( Point location, int width, int height ) : System
Rectangle ( int x, int y, int width, int height ) : System
ToString ( ) : string
operator ( ) : Rectangle
operator ( ) : bool

Method Details

Contains() public méthode

public Contains ( Point point ) : bool
point Point
Résultat bool

Equals() public méthode

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

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsAreaEmpty() public static méthode

public static IsAreaEmpty ( Rectangle rect ) : bool
rect Rectangle
Résultat bool

IsAreaNegative() public static méthode

public static IsAreaNegative ( Rectangle rect ) : bool
rect Rectangle
Résultat bool

IsAreaNegativeOrEmpty() public static méthode

public static IsAreaNegativeOrEmpty ( Rectangle rect ) : bool
rect 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 ( Point location, int width, int height ) : System
location Point
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

operator() public static méthode

public static operator ( ) : Rectangle
Résultat Rectangle

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

public static Rectangle,Treefrog.Framework.Imaging Empty
Résultat Rectangle