Vcl.Graphics.TWICImage.SetHeight
Delphi
procedure SetHeight(Value: Integer); override;
C++
virtual void __fastcall SetHeight(int Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | Vcl.Graphics.pas Vcl.Graphics.hpp | Vcl.Graphics | TWICImage | 
Description
Sets the vertical size of the image, in pixels.
SetHeight sets the vertical size of the TWICImage object, in pixels.
SetHeight is the setter method for the Height property.