C# Class Hyena.Gui.Canvas.Rect

Afficher le fichier Open project: GNOME/hyena Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( Point point ) : bool
Contains ( double px, double py ) : bool
Equals ( Rect value ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
Intersect ( Rect rect ) : void
IntersectsWith ( Rect rect ) : bool
Offset ( Point point ) : void
Offset ( Rect rect ) : void
Offset ( double dx, double dy ) : void
Rect ( Point point1, Point point2 ) : System
Rect ( Point location, Size size ) : System
Rect ( double x, double y, double width, double height ) : System
ToString ( ) : string
Union ( Point point ) : void
Union ( Rect rect ) : void
operator ( ) : bool

Method Details

Contains() public méthode

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

Contains() public méthode

public Contains ( double px, double py ) : bool
px double
py double
Résultat bool

Equals() public méthode

public Equals ( Rect value ) : bool
value Rect
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Intersect() public méthode

public Intersect ( Rect rect ) : void
rect Rect
Résultat void

IntersectsWith() public méthode

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

Offset() public méthode

public Offset ( Point point ) : void
point Point
Résultat void

Offset() public méthode

public Offset ( Rect rect ) : void
rect Rect
Résultat void

Offset() public méthode

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

Rect() public méthode

public Rect ( Point point1, Point point2 ) : System
point1 Point
point2 Point
Résultat System

Rect() public méthode

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

Rect() public méthode

public Rect ( double x, double y, double width, double height ) : System
x double
y double
width double
height double
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Union() public méthode

public Union ( Point point ) : void
point Point
Résultat void

Union() public méthode

public Union ( Rect rect ) : void
rect Rect
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool