The OffsetsI type exposes the following members.

Constructors

  Name Description
Public method OffsetsI
Initializes a new instance of the OffsetsI structure.

Methods

  Name Description
Public method Static member Ceiling
Converts the specified OffsetsD structure to an OffsetsI by rounding the OffsetsD's double values to the next higher integer values.
Public method Equals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public method GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public method ToString
Returns a string that represents the current OffsetsI.
(Overrides ValueType..::..ToString()()()().)

Properties

  Name Description
Public property Bottom
Gets or sets the bottom offset.
Public property Static member Empty
Represents an empty instance of the OffsetsI structure.
Public property IsEmpty
Gets a value indicating whether the current OffsetsI is empty.
Public property Left
Gets or sets the left offset.
Public property Right
Gets or sets the right offset.
Public property Top
Gets or sets the top offset.

See Also