Inheritance diagram for DzScaleManip:

Properties | |
| Number | heightScale |
| Number | widthScale |
Constructors | |
| DzScaleManip (Number w=1.0, Number h=1.0) | |
Methods | |
| void | setScale (Number w, Number h) |
Default Constructor
| w | The scaling of the image across its width. 1.0 is equivalent to 100%. | |
| h | The scaling of the image across its height. 1.0 is equivalent to 100%. |
Sets the scale for the image
| w | The scaling of the image across its width. 1.0 is equivalent to 100%. | |
| h | The scaling of the image across its height. 1.0 is equivalent to 100%. |
The amount of scaling for the height of the image layer (1.0 is 100%)
The amount of scaling for the width of the image layer (1.0 is 100%)