Метод | Описание | |
---|---|---|
Equals ( |
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.
|
public Equals ( |
||
thickness | The object to compare to this instance | |
Результат | bool |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare to this instance |
Результат | bool |
public Thickness ( double uniformLength ) : System | ||
uniformLength | double | The uniform length applied to all four sides of the bounding rectangle. |
Результат | System |
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 |
public ToRealThickness ( ) : System.Windows.Thickness | ||
Результат | System.Windows.Thickness |