C# Class Brh.Forms.PopupNotify.RECT

Show file Open project: bhollis/brh-forms

Public Methods

Method 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 method

public static FromRectangle ( Rectangle rectangle ) : System.Windows.Forms.RECT
rectangle System.Drawing.Rectangle
return System.Windows.Forms.RECT

GetHashCode() public method

public GetHashCode ( ) : int
return int

RECT() public method

public RECT ( System bounds ) : System
bounds System
return System

RECT() public method

public RECT ( int left_, int top_, int right_, int bottom_ ) : System
left_ int
top_ int
right_ int
bottom_ int
return System

ToRectangle() public method

public ToRectangle ( ) : Rectangle
return System.Drawing.Rectangle