Click or drag to resize
ImmutableRectOffset Structure
An immutable representation of a RectOffset.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public struct ImmutableRectOffset : IPropertyBackingFieldCompatible<ImmutableRectOffset>, 
	IPropertyBackingFieldCompatible, ICloneable, IEquatable<ImmutableRectOffset>

The ImmutableRectOffset type exposes the following members.

Constructors
  NameDescription
Public methodImmutableRectOffset(RectOffset)
Initializes a new instance of the ImmutableRectOffset struct.
Public methodImmutableRectOffset(Int32, Int32, Int32, Int32)
Initializes a new instance of the ImmutableRectOffset struct.
Top
Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current ImmutableRectOffset.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(ImmutableRectOffset)
Determines whether the specified ImmutableRectOffset is equal to the current ImmutableRectOffset.
Public methodGetHashCode
Serves as a hash function for a ImmutableRectOffset object.
(Overrides ValueTypeGetHashCode.)
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
Top
Properties
  NameDescription
Public propertyBottom
Gets the bottom value.
Public propertyLeft
Gets the left value.
Public propertyRight
Gets the right value.
Public propertyTop
Gets the top value.
Top
See Also