GdPicture image identifier.
Width of the wave in pixels.
Height of the wave in pixels.





In This Topic

FxvWaves Method (GdPictureImaging)

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