Click or drag to resize

Rectangle Structure

Represents a rectangle with double precision floating values.
Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxisRectangle

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

The Rectangle type exposes the following members.

Constructors
 NameDescription
Public methodRectangle(Rectangle)Initializes a new instance of the Rectangle class
Public methodRectangle(RectangleF)Initializes a new instance of the Rectangle class
Public methodRectangle(RectangleI)Initializes a new instance of the Rectangle class
Public methodRectangle(Vector2)Initializes a new instance of the Rectangle class
Public methodRectangle(Vector2, Vector2)Initializes a new instance of the Rectangle class
Public methodRectangle(Double, Double, Double, Double)Initializes a new instance of the Rectangle class
Top
Properties
Methods
Operators
Fields
 NameDescription
Public fieldBottom 
Public fieldStatic memberCleared 
Public fieldLeft 
Public fieldRight 
Public fieldTop 
Public fieldStatic memberZero 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also