System.Types.TPoint.Offset

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

Delphi

procedure Offset(const DX, DY : Integer); overload;
procedure Offset(const Point: TPoint); overload;

C++

void Offset(int DX, int DY) _ALWAYS_INLINE {

プロパティ

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

説明

X および Y の値をインクリメントします。

Offset は、X および Y の値をインクリメントすることにより、点の場所を変更します。

関連項目