API:System.Types.TRect.Inflate

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

Delphi

procedure Inflate(const DX, DY: Integer); overload;
procedure Inflate(const DL, DT, DR, DB: Integer); overload;

C++

void Inflate(int DX, int DY) _ALWAYS_INLINE {
void Inflate(int l, int t, int r, int b) _ALWAYS_INLINE {

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。