C# 클래스 Qyoto.QMargins

상속: Object, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
Bottom ( ) : int
Dispose ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
IsNull ( ) : bool
Left ( ) : int
QMargins ( int left, int top, int right, int bottom ) : System
Right ( ) : int
SetBottom ( int bottom ) : void
SetLeft ( int left ) : void
SetRight ( int right ) : void
SetTop ( int top ) : void
Top ( ) : int
operator ( ) : bool

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QMargins ( Type dummy ) : System

비공개 메소드들

메소드 설명
QMargins ( ) : System

메소드 상세

Bottom() 공개 메소드

public Bottom ( ) : int
리턴 int

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsNull() 공개 메소드

public IsNull ( ) : bool
리턴 bool

Left() 공개 메소드

public Left ( ) : int
리턴 int

QMargins() 보호된 메소드

protected QMargins ( Type dummy ) : System
dummy System.Type
리턴 System

QMargins() 공개 메소드

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

Right() 공개 메소드

public Right ( ) : int
리턴 int

SetBottom() 공개 메소드

public SetBottom ( int bottom ) : void
bottom int
리턴 void

SetLeft() 공개 메소드

public SetLeft ( int left ) : void
left int
리턴 void

SetRight() 공개 메소드

public SetRight ( int right ) : void
right int
리턴 void

SetTop() 공개 메소드

public SetTop ( int top ) : void
top int
리턴 void

Top() 공개 메소드

public Top ( ) : int
리턴 int

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation