rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Foundation Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvBitmapDataSmoothResampler Class Reference

Smooth bitmap data resampler class. More...

#include <ilviews/bitmaps/resample.h>

Inheritance diagram for IlvBitmapDataSmoothResampler:
IlvBitmapDataAlgorithm

List of all members.

Public Member Functions

 IlvBitmapDataSmoothResampler ()
 Constructor.
IlvBitmapDataresample (IlvBitmapData *data, IlvRect &srcrect, IlvRect &dstrect)
 Returns bitmap data from a rectangular region.

Detailed Description

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.


Member Function Documentation

IlvBitmapData* IlvBitmapDataSmoothResampler::resample ( IlvBitmapData data,
IlvRect srcrect,
IlvRect dstrect 
)

Returns bitmap data from a rectangular region.

Parameters:
data The source bitmap data.
srcrect The rectangular region in the source bitmap data.
dstrect The dimensions of the returned bitmap data.
Returns:
The created bitmap data.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

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