Click or drag to resize

IntRect Structure

A rectangle where coordinates are non-negative integers (that is, the corners are ArrayPoints). This class is useful for implementing storage operations for shapes.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 0, 0)]
public struct IntRect

The IntRect type exposes the following members.

Constructors
  NameDescription
Public methodIntRect
Top
Properties
  NameDescription
Public propertyRightEnd
Gives the point just outside the rectangle.
Top
Methods
  NameDescription
Public methodDifference
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodIncDimensions
Public methodIntersection
Public methodSubtract
Public methodToString (Inherited from ValueType.)
Public methodTranslate
Public methodUnion
Top
Fields
  NameDescription
Public fielddimensions
Public fieldoffset
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also