Click or drag to resize

RectangleI Structure

Represents a rectangle with integer values.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public struct RectangleI

The RectangleI type exposes the following members.

Constructors
  NameDescription
Public methodRectangleI(RectangleI)
Initializes a new instance of the RectangleI class
Public methodRectangleI(Vector2I, Vector2I)
Initializes a new instance of the RectangleI class
Public methodRectangleI(Int32, Int32, Int32, Int32)
Initializes a new instance of the RectangleI class
Top
Properties
Methods
Operators
Fields
Extension Methods
See Also