Creates and initializes WaterDrop class instance. You can specify main water drop settings here.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ x As Single, _ y As Single, _ radius As Single, _ amplitude As Single, _ wavelength As Single _ )
Type: System.Single
X-coordinate of the center point of the water drop. You can change it later via Center property.Type: System.Single
Y-coordinate of the center point of the water drop. You can change it later via Center property.Type: System.Single
Radius of the water drop. You can change it later via Radius property.Type: System.Single
Amplitude of the water drop. You can change it later via Amplitude property.Type: System.Single
A wave length of the ripples. You can change it later via Wavelength property.