C# 클래스 ZForge.Controls.ExplorerBar.Margin

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Tests whether obj is a Margin structure with the same values as this Border structure

GetHashCode ( ) : int

Returns the hash code for this Margin structure

Margin ( ) : System

Initializes a new instance of the Margin class with default settings

Margin ( int left, int top, int right, int bottom ) : System

Initializes a new instance of the Margin class

operator ( ) : bool

Tests whether two Margin structures differ in their Left, Top, Right, and Bottom properties

메소드 상세

Equals() 공개 메소드

Tests whether obj is a Margin structure with the same values as this Border structure
public Equals ( object obj ) : bool
obj object The Object to test
리턴 bool

GetHashCode() 공개 메소드

Returns the hash code for this Margin structure
public GetHashCode ( ) : int
리턴 int

Margin() 공개 메소드

Initializes a new instance of the Margin class with default settings
public Margin ( ) : System
리턴 System

Margin() 공개 메소드

Initializes a new instance of the Margin class
public Margin ( int left, int top, int right, int bottom ) : System
left int The width of the left margin value
top int The height of the top margin value
right int The width of the right margin value
bottom int The height of the bottom margin value
리턴 System

operator() 공개 정적인 메소드

Tests whether two Margin structures differ in their Left, Top, Right, and Bottom properties
public static operator ( ) : bool
리턴 bool