Applies water drop transform (effect of ripples on the water).
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub WaterDrop ( _ x As Integer, _ y As Integer, _ radius As Single, _ amplitude As Single, _ wavelength As Single _ )
Type: System.Int32
X-coordinate of the center point of the water drop.Type: System.Int32
Y-coordinate of the center point of the water drop.Type: System.Single
Radius of the water drop.Type: System.Single
Amplitude of the water drop.Type: System.Single
Wave length of the ripples.bitmap.Transforms.WaterDrop(bitmap.Width \ 2, bitmap.Height \ 2, 100, 20, 50)
bitmap.Transforms.WaterDrop(bitmap.Width / 2, bitmap.Height / 2, 100, 20, 50);