C# 클래스 Fluent.Metro.Native.RECT

파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty RECT
bottom int
left int
right int
top int

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determine if 2 RECT are equal (deep compare)

GetHashCode ( ) : int

Return the HashCode for this struct (not garanteed to be unique)

RECT ( RECT rcSrc ) : System
RECT ( int left, int top, int right, int bottom ) : System
ToString ( ) : string
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

Determine if 2 RECT are equal (deep compare)
public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

Return the HashCode for this struct (not garanteed to be unique)
public GetHashCode ( ) : int
리턴 int

RECT() 공개 메소드

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

RECT() 공개 메소드

public RECT ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static RECT,Fluent.Metro.Native Empty
리턴 RECT

bottom 공개적으로 프로퍼티

public int bottom
리턴 int

left 공개적으로 프로퍼티

public int left
리턴 int

right 공개적으로 프로퍼티

public int right
리턴 int

top 공개적으로 프로퍼티

public int top
리턴 int