C# 클래스 AdvancedLauncher.SDK.Tools.Thickness

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

공개 메소드들

메소드 설명
Equals ( Thickness thickness ) : bool

Determines whether this instance and another specified Thickness are the same

Equals ( object obj ) : bool

Determines whether this instance and another specified Thickness are the same

GetHashCode ( ) : int

Returns the hash code for this Thickness

Thickness ( ) : System

Initializes a new default instance of Thickness

Thickness ( double uniformLength ) : System

Initializes a new instance of the Thickness that has specific lengths applied to each side of the rectangle.

Thickness ( double left, double top, double right, double bottom ) : System

Initializes a new instance of the System.Windows.Thickness structure that has specific lengths (supplied as a System.Double) applied to each side of the rectangle.

ToRealThickness ( ) : System.Windows.Thickness

Returns System.Windows.Thickness that represents this wrapper.

메소드 상세

Equals() 공개 메소드

Determines whether this instance and another specified Thickness are the same
public Equals ( Thickness thickness ) : bool
thickness Thickness The object to compare to this instance
리턴 bool

Equals() 공개 메소드

Determines whether this instance and another specified Thickness are the same
public Equals ( object obj ) : bool
obj object The object to compare to this instance
리턴 bool

GetHashCode() 공개 메소드

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

Thickness() 공개 메소드

Initializes a new default instance of Thickness
public Thickness ( ) : System
리턴 System

Thickness() 공개 메소드

Initializes a new instance of the Thickness that has specific lengths applied to each side of the rectangle.
public Thickness ( double uniformLength ) : System
uniformLength double The uniform length applied to all four sides of the bounding rectangle.
리턴 System

Thickness() 공개 메소드

Initializes a new instance of the System.Windows.Thickness structure that has specific lengths (supplied as a System.Double) applied to each side of the rectangle.
public Thickness ( double left, double top, double right, double bottom ) : System
left double The thickness for the left side of the rectangle.
top double The thickness for the upper side of the rectangle.
right double The thickness for the right side of the rectangle.
bottom double The thickness for the lower side of the rectangle.
리턴 System

ToRealThickness() 공개 메소드

Returns System.Windows.Thickness that represents this wrapper.
public ToRealThickness ( ) : System.Windows.Thickness
리턴 System.Windows.Thickness