API:System.Types.TRectF.Intersect
Delphi
class function Intersect(const R1: TRectF; const R2: TRectF): TRectF; overload; static;
procedure Intersect(const R: TRectF); overload;
C++
inline TRectF TRectF::Intersect(const TRectF &r1, const TRectF &r2) {
inline void TRectF::Intersect(const TRectF &r) {
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.