C# Class Cairo.Rectangle

Afficher le fichier Open project: zwcloud/CairoSharp Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Rectangle ( Point point, double width, double height ) : System
Rectangle ( double x, double y, double width, double height ) : System
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Rectangle() public méthode

public Rectangle ( Point point, double width, double height ) : System
point Point
width double
height double
Résultat System

Rectangle() public méthode

public Rectangle ( 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

operator() public static méthode

public static operator ( ) : bool
Résultat bool