C# Class Brh.Forms.PopupNotify.RECT

Afficher le fichier Open project: bhollis/brh-forms

Méthodes publiques

Méthode Description
FromRectangle ( Rectangle rectangle ) : System.Windows.Forms.RECT
GetHashCode ( ) : int
RECT ( System bounds ) : System
RECT ( int left_, int top_, int right_, int bottom_ ) : System
ToRectangle ( ) : Rectangle

Method Details

FromRectangle() public static méthode

public static FromRectangle ( Rectangle rectangle ) : System.Windows.Forms.RECT
rectangle System.Drawing.Rectangle
Résultat System.Windows.Forms.RECT

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RECT() public méthode

public RECT ( System bounds ) : System
bounds System
Résultat System

RECT() public méthode

public RECT ( int left_, int top_, int right_, int bottom_ ) : System
left_ int
top_ int
right_ int
bottom_ int
Résultat System

ToRectangle() public méthode

public ToRectangle ( ) : Rectangle
Résultat System.Drawing.Rectangle