Margins
Margins class
This class encapsulates top, left, bottom and right margins.
Constructors
Name |
Description |
Margins(int, int, int, int) |
Initializes an instance of Margin class. |
Methods
Name |
Description |
override Equals(object) |
Compares this margins with other. |
override GetHashCode() |
Calculates hashcode for this margins object. |
set(int, int, int, int) |
Specifies margins values. |
override ToString() |
Make up a string representing this margins object. |
Fields
Name |
Description |
bottom |
Bottom margin. |
left |
Left margin. |
right |
Right margin. |
top |
Top margin. |
See Also