Functionim_flipvert

Defined in: pbimage

public subroutine im_flipvert ()

Comment:
Flip  image vertically along the horizontal axis


Script:
public subroutine im_flipvert ();
this.i_PBImage.IM_FlipVert()
end subroutine