C# Class Vishcious.ArcGIS.SLContrib.RainDropPngRenderer

Datei anzeigen Open project: OliveiraThales/GeoCache Class Usage Examples

Public Methods

Method 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 method

public Display ( Color background ) : void
background System.Windows.Media.Color
return void

GetImageStream() public method

public GetImageStream ( ) : Stream
return System.IO.Stream

RainDropPngRenderer() public method

public RainDropPngRenderer ( int width, int height ) : System.Windows.Media
width int
height int
return System.Windows.Media

Splash() public method

public Splash ( int cx, int cy, int rippleRadius ) : void
cx int
cy int
rippleRadius int
return void

Step() public method

public Step ( ) : void
return void