Vcl.Imaging.pngimage.TPngImage.SetWidth

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

Delphi

procedure SetWidth(Value: Integer);  {$IFDEF UseDelphi}override; {$ENDIF}

C++

virtual void __fastcall SetWidth(int Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage


説明

PNG 画像の水平方向のサイズ(単位はピクセル)を設定します。

SetWidth は、PNG 画像の水平方向のサイズ(単位はピクセル)を設定します。SetWidth は、PNG 画像の Width プロパティの設定アクセサ メソッドです。

関連項目