C# Class Vishcious.ArcGIS.SLContrib.RainDropRenderer

Afficher le fichier Open project: OliveiraThales/GeoCache Class Usage Examples

Méthodes publiques

Méthode Description
Display ( PngEncoder surface, Color baseColor ) : void
RainDropRenderer ( int width, int height ) : System
Splash ( int cx, int cy, int rippleRadius ) : void
Step ( ) : void

executes a single step of ripple propagation

Private Methods

Méthode Description
Saturate ( int value ) : byte

Method Details

Display() public méthode

public Display ( PngEncoder surface, Color baseColor ) : void
surface PngEncoder
baseColor Color
Résultat void

RainDropRenderer() public méthode

public RainDropRenderer ( int width, int height ) : System
width int
height int
Résultat System

Splash() public méthode

public Splash ( int cx, int cy, int rippleRadius ) : void
cx int
cy int
rippleRadius int
Résultat void

Step() public méthode

executes a single step of ripple propagation
public Step ( ) : void
Résultat void