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 Single, _
y As Single, _
radius As Single, _
amplitude As Single, _
wavelength As Single, _
backgroundColor As Color, _
interpolationMode As InterpolationMode _
)
public void WaterDrop(
float x,
float y,
float radius,
float amplitude,
float wavelength,
Color backgroundColor,
InterpolationMode interpolationMode
)
Type: System.Single
X-coordinate of the center point of the water drop.Type: System.Single
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.Type: Aurigma.GraphicsMill.Transforms.InterpolationMode
InterpolationMode value specifying interpolation algorithm used during water drop transformation.