Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Smooth bitmap data resampler class. More...
#include <ilviews/bitmaps/resample.h>
Public Member Functions | |
IlvBitmapDataSmoothResampler () | |
Constructor. | |
IlvBitmapData * | resample (IlvBitmapData *data, IlvRect &srcrect, IlvRect &dstrect) |
Returns bitmap data from a rectangular region. |
Smooth bitmap data resampler class.
Library: display
This class provides a method for returning a rectangular region of an IlvBitmapData
as an IlvBitmapData
. The dimensions of the destination bitmap data are given by another rectangle. This class uses a filtering method to fill the destination bitmap data.
IlvBitmapData* IlvBitmapDataSmoothResampler::resample | ( | IlvBitmapData * | data, | |
IlvRect & | srcrect, | |||
IlvRect & | dstrect | |||
) |
Returns bitmap data from a rectangular region.
data | The source bitmap data. | |
srcrect | The rectangular region in the source bitmap data. | |
dstrect | The dimensions of the returned bitmap data. |
© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.