| ImmutableRectOffset Structure |
Namespace: Candlelight
[SerializableAttribute] public struct ImmutableRectOffset : IPropertyBackingFieldCompatible<ImmutableRectOffset>, IPropertyBackingFieldCompatible, ICloneable, IEquatable<ImmutableRectOffset>
The ImmutableRectOffset type exposes the following members.
| Name | Description | |
|---|---|---|
| ImmutableRectOffset(RectOffset) |
Initializes a new instance of the ImmutableRectOffset struct.
| |
| ImmutableRectOffset(Int32, Int32, Int32, Int32) |
Initializes a new instance of the ImmutableRectOffset struct.
|
| Name | Description | |
|---|---|---|
| Clone |
Clone this instance.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current
ImmutableRectOffset.
(Overrides ValueTypeEquals(Object).) | |
| Equals(ImmutableRectOffset) |
Determines whether the specified ImmutableRectOffset is equal to the current
ImmutableRectOffset.
| |
| GetHashCode |
Serves as a hash function for a ImmutableRectOffset object.
(Overrides ValueTypeGetHashCode.) | |
| GetSerializedPropertiesHash |
Gets a hash value that is based on the values of the serialized properties of this instance.
|
| Name | Description | |
|---|---|---|
| Bottom |
Gets the bottom value.
| |
| Left |
Gets the left value.
| |
| Right |
Gets the right value.
| |
| Top |
Gets the top value.
|