System.Types.TRect.TopLeft

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

Delphi

1: (TopLeft, BottomRight: TPoint);

C++

TPoint& TopLeft() _ALWAYS_INLINE
const TPoint& TopLeft() const _ALWAYS_INLINE

プロパティ

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


説明

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

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

関連項目