Method procedure VLRipple.TVLRipple.DropAt(Integer;Integer;Integer;Single)
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLRipple
Contents |
Syntax
Delphi:
procedure DropAt( x : Integer, y : Integer, radius : Integer, depth : Single );
C++ Builder:
void __fastcall DropAt( int x, int y, int radius, float depth );
Visual C++ (MFC):
void DropAt( int x, int y, int radius, float depth );
Summary
Drops a drop at a specific position.
Description
Call this method to drop a drop at a specific position.
Parameters
Parameter | Description |
---|---|
x | X coordinate of the drop. |
y | Y coordinate of the drop. |
radius | Radius of the drop ripple. |
depth | Depth of the drop ripple. |