Method | Description | |
---|---|---|
Equals ( |
||
Equals ( object o ) : bool | ||
GetHashCode ( ) : int | ||
Thickness ( double thickness ) : System | ||
Thickness ( double xthickness, double ythickness ) : System | ||
Thickness ( double left, double top, double right, double bottom ) : System | ||
ToString ( ) : string | ||
operator ( ) : bool |
public Thickness ( double thickness ) : System | ||
thickness | double | |
return | System |
public Thickness ( double xthickness, double ythickness ) : System | ||
xthickness | double | |
ythickness | double | |
return | System |
public Thickness ( double left, double top, double right, double bottom ) : System | ||
left | double | |
top | double | |
right | double | |
bottom | double | |
return | System |