Vcl.Graphics.TWICImage.SetWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetWidth(Value: Integer); override;

C++

virtual void __fastcall SetWidth(int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TWICImage

Description

Sets the horizontal size of the image, in pixels.

SetWidth sets the horizontal size of the TWICImage object, in pixels.

SetWidth is the setter method for the Width property.

See Also