[]
Stores a set of four integer numbers that represent the offsets from edges of rectangular area.
public struct OffsetsI
Name | Description |
---|---|
OffsetsI(int, int, int, int) | Initializes a new instance of the OffsetsI structure. |
Name | Description |
---|---|
Bottom | Gets or sets the bottom offset. |
Empty | Represents an empty instance of the OffsetsI structure. |
IsEmpty | Gets a value indicating whether the current OffsetsI is empty. |
Left | Gets or sets the left offset. |
Right | Gets or sets the right offset. |
Top | Gets or sets the top offset. |
Name | Description |
---|---|
Ceiling(OffsetsD) | Converts the specified OffsetsD structure to an OffsetsI by rounding the OffsetsD's double values to the next higher integer values. |
ToString() | Returns a string that represents the current OffsetsI. |