[]
A structure representing four values corresponding to the four sides of a rectangular area.
public struct Offsets : IEquatable<Offsets>
Public Structure Offsets
Implements IEquatable(Of Offsets)
| Name | Description |
|---|---|
| Offsets(float, float, float, float) | Initializes a new instance of the Offsets structure. |
| Name | Description |
|---|---|
| Bottom | Gets or sets the bottom offset value. |
| Left | Gets or sets the left offset value. |
| Right | Gets or sets the right offset value. |
| Top | Gets or sets the top offset value. |
| Name | Description |
|---|---|
| Equals(Offsets) | |
| Equals(object) | |
| GetHashCode() | |
| ToString() |
| Name | Description |
|---|---|
| operator ==(Offsets, Offsets) | Tests whether two specified Offsets objects are equivalent. |
| operator !=(Offsets, Offsets) | Tests whether two specified Offsets objects are NOT equivalent. |