System.Types.TRect.CenterPoint

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

Delphi

function CenterPoint: TPoint;

C++

TPoint CenterPoint() const _ALWAYS_INLINE {

プロパティ

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


説明

四角形の中心点を返します。

関連項目