C# 클래스 Brh.Forms.PopupNotify.RECT

파일 보기 프로젝트 열기: bhollis/brh-forms

공개 메소드들

메소드 설명
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

메소드 상세

FromRectangle() 공개 정적인 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

RECT() 공개 메소드

public RECT ( System bounds ) : System
bounds System
리턴 System

RECT() 공개 메소드

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

ToRectangle() 공개 메소드

public ToRectangle ( ) : Rectangle
리턴 System.Drawing.Rectangle