Skip to content
GR32>TBitmap32>SetHeightMethodProtected
Inherited from:TCustomMap.SetHeight

TBitmap32.SetHeight

Protected write method for the Height property.

Declaration

pascal
procedure SetHeight(NewHeight: Integer); virtual;

Parameters

ParameterTypeDescription
NewHeightIntegerRequested height.

Description ​

SetHeight calls SetSize to update Height while preserving current Width.