C# Class Vishcious.ArcGIS.SLContrib.RainDropPngRenderer

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

Méthodes publiques

Méthode Description
Display ( Color background ) : void
GetImageStream ( ) : Stream
RainDropPngRenderer ( int width, int height ) : System.Windows.Media
Splash ( int cx, int cy, int rippleRadius ) : void
Step ( ) : void

Method Details

Display() public méthode

public Display ( Color background ) : void
background System.Windows.Media.Color
Résultat void

GetImageStream() public méthode

public GetImageStream ( ) : Stream
Résultat System.IO.Stream

RainDropPngRenderer() public méthode

public RainDropPngRenderer ( int width, int height ) : System.Windows.Media
width int
height int
Résultat System.Windows.Media

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

public Step ( ) : void
Résultat void