You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Effects and Filters > FxvWaves Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.FxvWaves Method

Performs vertical wave effect on a GdPicture image or into an area of a GdPicture image defined by SetROI() function.

C#
public GdPictureStatus FxvWaves(
    int ImageID, 
    int WidthWave, 
    int HeightWave
);
Visual Basic
Public Function FxvWaves(
    ByVal ImageID As Integer, 
    ByVal WidthWave As Integer, 
    ByVal HeightWave As Integer
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
WidthWave 
Width of the wave in pixel.  
HeightWave 
Height of the wave in pixel.  
Returns

A member of the GdPictureStatus enumeration.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.