C# Class RectangleF, runtime

Afficher le fichier Open project: mikedn/runtime Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( RectangleF, &r1, RectangleF, &r2 ) : bool
RectangleF ( float x, float y, float width, float height ) : System
ToString ( ) : string

Method Details

Equals() public static méthode

public static Equals ( RectangleF, &r1, RectangleF, &r2 ) : bool
r1 RectangleF,
r2 RectangleF,
Résultat bool

RectangleF() public méthode

public RectangleF ( float x, float y, float width, float height ) : System
x float
y float
width float
height float
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string