Vcl.Imaging.pngimage.TPNGObject.SetHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

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

Description

Set vertical size of graphic in pixels.

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

Set vertical size of graphic in pixels.

SetHeight sets the vertical size of the graphic in pixels.

Each descendant of the TGraphic class defines its own GetHeight and SetHeight methods to access the Height property.

See Also