API:System.Types.TRectF.Contains
Delphi
function Contains(const Pt: TPointF): Boolean; overload;
function Contains(const R: TRectF): Boolean; overload;
C++
bool Contains(const TPointF& p) const _ALWAYS_INLINE {
bool Contains(const TRectF& r) const _ALWAYS_INLINE {
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | System.Types.pas SystemTypes.h |
System.Types | TRectF |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !