Click or drag to resize

RectangleF Structure

Represents a rectangle with single precision floating values.
Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxisRectangleF

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

The RectangleF type exposes the following members.

Constructors
 NameDescription
Public methodRectangleF(RectangleF)Initializes a new instance of the RectangleF class
Public methodRectangleF(Vector2F)Initializes a new instance of the RectangleF class
Public methodRectangleF(Vector2F, Vector2F)Initializes a new instance of the RectangleF class
Public methodRectangleF(Single, Single, Single, Single)Initializes a new instance of the RectangleF 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