GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / FxhWaves Method
GdPicture image identifier.
Width of the wave in pixels.
Height of the wave in pixels.





In This Topic
FxhWaves Method (GdPictureImaging)
In This Topic
Performs horizontal wave effect on a GdPicture image or on an area of a GdPicture image defined by SetROI() method.
Syntax
'Declaration
 
Public 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.
Remarks
This method is used in the "Image Processing" Demo.
See Also