@root classes

class Resize

^ 
    extends ImageAction as public

********************************************************************** Represents the action of scaling the given image so it fits in the given size.

Source:
actions.h:86
Author:
Robert C. Duvall
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~Resizedestructor publicautomatically generated
Resizeconstructor publicundocumented
Resizeconstructor publicautomatically generated
applymethod publicundocumented
operator =operator publicautomatically generated

destructor ~Resize

? ^  > 
automatically generated
Source:
actions.h
Code:
public ~ Resize ( )

constructor Resize

? ^  < > 
undocumented
Source:
actions.h:89
Code:
public Resize ( const Image & source ,
unsigned int newWidth ,
unsigned int newHeight )

constructor Resize

? ^  < > 
automatically generated
Source:
actions.h
Code:
public Resize ( const Resize & )

method apply

? ^  < > 
undocumented
Source:
actions.h:91
Code:
public virtual Image apply ( )

operator =

? ^  < > 
automatically generated
Source:
actions.h
Code:
public Resize & operator = ( const Resize & )

Created Sun Oct 6 20:56:52 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_suncc_solaris-2.8.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.