Skip to content
GR32>TBitmap32>SetWidthMethodProtected
Inherited from:TCustomMap.SetWidth

TBitmap32.SetWidth

Protected write method for the Width property.

Declaration

pascal
procedure SetWidth(NewWidth: Integer); virtual;

Parameters

ParameterTypeDescription
NewWidthIntegerRequested width.

Description ​

SetWidth calls SetSize to update Width while preserving current Height.