System.Types.TRectF.BottomRight

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

Delphi

1: (TopLeft, BottomRight: TPointF);

C++

TPointF& BottomRight() _ALWAYS_INLINE
const TPointF& BottomRight() const _ALWAYS_INLINE

プロパティ

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

説明

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

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

関連項目