The OffsetsD type exposes the following members.

Constructors

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

Methods

  Name Description
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 Static member Parse
Converts a string to a OffsetsD structure.
Public method ToString
Returns a string that represents the current OffsetsD.
(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 OffsetsD structure.
Public property IsEmpty
Gets a value indicating whether the current OffsetsD 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