C# Class Hyena.Gui.Canvas.Thickness

Afficher le fichier Open project: rubenv/tripod Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( Thickness thickness ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
Thickness ( double thickness ) : System
Thickness ( double xthickness, double ythickness ) : System
Thickness ( double left, double top, double right, double bottom ) : System
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( Thickness thickness ) : bool
thickness Thickness
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

Thickness() public méthode

public Thickness ( double thickness ) : System
thickness double
Résultat System

Thickness() public méthode

public Thickness ( double xthickness, double ythickness ) : System
xthickness double
ythickness double
Résultat System

Thickness() public méthode

public Thickness ( double left, double top, double right, double bottom ) : System
left double
top double
right double
bottom 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