RImage.Flip


public function Flip

Prototype:

public function Flip(horizontal=false);

Parameters

horizontal
the type of flipping (if true horizontal else vertical)

Description:

Flips the image contained by the RImage control. Normally the flip is vertical, but if the horizontal parameter is set to true, then the image is flipped vertically.

Return value:

This function returns null.