The following tables list the members exposed by Margins.
Public Constructors
Public Fields
| Name | Description |
  | Empty | Gets an empty Margins structure |
Top
Public Properties
| Name | Description |
 | Bottom | Gets or sets the height, in pixels, of the bottom margin. |
 | IsEmpty | Gets a boolean value indicating if the margins are empty. |
 | Left | Gets or sets the width, in pixels, of the left margin. |
 | Right | Gets or sets the width, in pixels, of the right margin. |
 | Top | Gets or sets the height, in pixels, of the top margin. |
Top
Public Methods
| Name | Description |
 | Add | Adds the specified margins to the current Margins structure. |
 | Equals | Tests whether the specified object is a Margins structure and is equivalent to this Margins structure. |
 | GetHashCode | Returns a hash code for this Margins structure. |
 | RemoveFrom | This method is reserved for internal use and is not intended to be used directly from your code. |
 | RotateFlip | This method either rotates, flips, or rotates and flips the Margins structure. |
 | Subtract | Subtracts the specified margins from the current Margins structure. |
Top
Public Operators
Addition | Adds the specified Margins structures. |
Equality | Indicates whether two Margins instances are equal. |
Inequality | Indicates whether two Margins instances are not equal. |
Subtraction | Subtracts the specified Margins structures. |
Top
See Also