C# Класс AdvancedLauncher.SDK.Tools.Thickness

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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