FxhWaves Method (GdPictureImaging)
Performs horizontal wave effect on a GdPicture image or on an area of a GdPicture image defined by
SetROI() method.
public function FxhWaves(
: Integer;
: Integer;
: Integer
): GdPictureStatus;
'Declaration
Public Function FxhWaves( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
) As GdPictureStatus
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.