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

TCustomBitmap32.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.