Concept Framework 2.0 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: Fri Jan 21 18:06:12 2011 GMT | (c)2011 RadGs Software |