System.Types.TRect.BottomRight

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

Delphi

1: (TopLeft, BottomRight: TPoint);

C++

TPoint& BottomRight() _ALWAYS_INLINE
const TPoint& BottomRight() const _ALWAYS_INLINE

プロパティ

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


説明

四角形の右下隅の点を返します。

BottomRight は、TRect オブジェクトの右下隅の点を返します。

関連項目