Class TRectangleList
Unit
Declaration
type TRectangleList = class(specialize TStructList<TRectangle>)
Description
This item has no description. Showing description inherited from TStructList.
List of structures. This is just TList class from Generics.Collections, with some useful helpers.
Hierarchy
- TObject
 - TList
 - TStructList
 - TRectangleList
 
Overview
Methods
![]()  | 
function FindRectangle(const X, Y: Integer): Integer; overload; | 
![]()  | 
function FindRectangle(const Point: TVector2): Integer; overload; | 
Description
Methods
![]()  | 
function FindRectangle(const X, Y: Integer): Integer; overload; | 
| 
 Index of the first rectangle that contains point (X, Y). Returns -1 if not found.  | |
![]()  | 
function FindRectangle(const Point: TVector2): Integer; overload; | 
| 
 This item has no description.  | |
Generated by PasDoc 0.16.0-snapshot.
