Click or drag to resize

IntRect Structure

[Missing <summary> documentation for "T:ClipperLib.IntRect"]

Namespace:  ClipperLib
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public struct IntRect

The IntRect type exposes the following members.

Constructors
  NameDescription
Public methodIntRect(IntRect)
Initializes a new instance of the IntRect class
Public methodIntRect(Int64, Int64, Int64, Int64)
Initializes a new instance of the IntRect class
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldbottom
Public fieldleft
Public fieldright
Public fieldtop
Top
See Also