ImageGear21.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffects Class : Ripple Method |
'Declaration Public Shared Sub Ripple( _ ByVal page As ImGearRasterPage, _ ByVal depth As Single, _ ByVal periodX As Integer, _ ByVal periodY As Integer, _ ByVal pattern As ImGearRipplePattern, _ ByVal smoothness As Single, _ ByVal invert As Boolean _ )
'Usage Dim page As ImGearRasterPage Dim depth As Single Dim periodX As Integer Dim periodY As Integer Dim pattern As ImGearRipplePattern Dim smoothness As Single Dim invert As Boolean ImGearEffects.Ripple(page, depth, periodX, periodY, pattern, smoothness, invert)
public static void Ripple( ImGearRasterPage page, float depth, int periodX, int periodY, ImGearRipplePattern pattern, float smoothness, bool invert )
public: static void Ripple( ImGearRasterPage* page, float depth, int periodX, int periodY, ImGearRipplePattern pattern, float smoothness, bool invert )
public: static void Ripple( ImGearRasterPage^ page, float depth, int periodX, int periodY, ImGearRipplePattern pattern, float smoothness, bool invert )