'Declaration
Public Function FxvWaves( _ ByVal ImageID As Integer, _ ByVal WidthWave As Integer, _ ByVal HeightWave As Integer _ ) As GdPictureStatus
public GdPictureStatus FxvWaves( int ImageID, int WidthWave, int HeightWave )
public function FxvWaves( ImageID: Integer; WidthWave: Integer; HeightWave: Integer ): GdPictureStatus;
public function FxvWaves( ImageID : int, WidthWave : int, HeightWave : int ) : GdPictureStatus;
public: GdPictureStatus FxvWaves( int ImageID, int WidthWave, int HeightWave )
public: GdPictureStatus FxvWaves( 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.