Concept Framework 2.2 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
Scale | function | public | version 1.0 | no |
public function Scale(width, height, type); |
width | the new width of the image |
height | the new height of the image |
type | the type of interpolation used |
This function scales a RImage to a new size specified by the width and height parameter, using the scaling type specified by the type parameter.
type must have one of this values: INTERP_NEAREST INTERP_TILES INTERP_BILINEAR INTERP_HYPER |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:07 2013 GMT | (c)2013 Devronium Applications |