RAD Studio VCL Reference
|
Scales a bitmap.
procedure ScaleImage(const SourceBitmap: TBitmap; const ResizedBitmap: TBitmap; const ScaleAmount: Double);
ScaleImage(const TBitmap SourceBitmap, const TBitmap ResizedBitmap, const Double ScaleAmount);
ScaleImage scales a bitmap by the ScaleAmount extent.
SourceBitmap represents the source bitmap.
ResizedBitmap represents the resized bitmap.
ScaleAmount represents the scale amount.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|