| @root | classes |
class Resize | ^ |
********************************************************************** 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 | ^ |
Entity Inherited From Type Scope Short Description ~Resize destructor public automatically generated Resize constructor public undocumented Resize constructor public automatically generated apply method public undocumented operator = operator public automatically 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.