| Function | public function unsignedlong fi_rotateclassic (unsignedlong dib, decimal angle) | ![]() |
Rotate an image using angle parameter in degrees
public function unsignedlong fi_rotateclassic (unsignedlong dib, decimal angle); return this.i_pbwfreeimage.FI_RotateClassic(dib, angle) end function