'DeclarationPublic Function FxhWaves( _ ByVal ImageID As Integer, _ ByVal WidthWave As Integer, _ ByVal HeightWave As Integer _ ) As GdPictureStatus
public GdPictureStatus FxhWaves( int ImageID, int WidthWave, int HeightWave )
public function FxhWaves( ImageID: Integer; WidthWave: Integer; HeightWave: Integer ): GdPictureStatus;
public function FxhWaves( ImageID : int, WidthWave : int, HeightWave : int ) : GdPictureStatus;
public: GdPictureStatus FxhWaves( int ImageID, int WidthWave, int HeightWave )
public: GdPictureStatus FxhWaves( int ImageID, int WidthWave, int HeightWave )
Parameters
- ImageID
 - GdPicture image identifier.
 - WidthWave
 - Width of the wave in pixels.
 - HeightWave
 - Height of the wave in pixels.
 
Return Value
            A member of the GdPictureStatus enumeration.
            
