System.Types.TRectF.TopLeft

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

1: (TopLeft, BottomRight: TPointF);

C++

TPointF& TopLeft() _ALWAYS_INLINE
const TPointF& TopLeft() const _ALWAYS_INLINE

プロパティ

種類 可視性 ソース ユニット
field
function
public
System.Types.pas
SystemTypes.h
System.Types TRectF

説明

四角形の左上隅の点を返します。

TopLeft は、TRectF オブジェクトの左上隅の点を返します。

関連項目