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 {
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | public | System.Types.pas SystemTypes.h |
System.Types | TRectF |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.