Vcl.Imaging.pngimage.TPNGObject.SetWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

Type Visibility Source Unit Parent
procedure protected Vcl.Imaging.pngimage.pas Vcl.Imaging.pngimage TPNGObject

Description

Set horizontal size of graphic in pixels.

Vcl.Imaging.pngimage.TPNGObject.SetWidth inherits from Vcl.Graphics.TGraphic.SetWidth. All content below this line refers to Vcl.Graphics.TGraphic.SetWidth.

Set horizontal size of graphic in pixels.

SetWidth sets the horizontal size of the graphic in pixels.

Each descendant of the TGraphic class defines its own GetWidth and SetWidth methods to access the Width property.

See Also