Functionpublic function unsignedlong fi_rotateclassic (unsignedlong dib, decimal angle)

Defined in: pbwfreeimage

public function unsignedlong fi_rotateclassic (unsignedlong dib, decimal angle)

Comment:
Rotate an image using angle parameter in degrees


Script:
public function unsignedlong fi_rotateclassic (unsignedlong dib, decimal angle);
return this.i_pbwfreeimage.FI_RotateClassic(dib, angle)
end function