Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32🞂TCustomResampler🞂BitmapPropertyPublic

TCustomResampler.Bitmap

Specifies or retrieves the source TCustomBitmap32 associated with this resampler.

Declaration ​

pascal
property Bitmap: TCustomBitmap32 read FBitmap write FBitmap;

Description ​

Bitmap references the TCustomBitmap32 instance whose pixel buffer is sampled by this resampler.

When constructing a resampler with Create(ABitmap), Bitmap is assigned automatically. Changing Bitmap updates the target bitmap instance for subsequent sampling and resampling operations.

Example ​

pascal
Resampler.Bitmap := SourceBitmap;