C# 클래스 Vishcious.ArcGIS.SLContrib.RainDropPngRenderer

파일 보기 프로젝트 열기: OliveiraThales/GeoCache 1 사용 예제들

공개 메소드들

메소드 설명
Display ( Color background ) : void
GetImageStream ( ) : Stream
RainDropPngRenderer ( int width, int height ) : System.Windows.Media
Splash ( int cx, int cy, int rippleRadius ) : void
Step ( ) : void

메소드 상세

Display() 공개 메소드

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

GetImageStream() 공개 메소드

public GetImageStream ( ) : Stream
리턴 System.IO.Stream

RainDropPngRenderer() 공개 메소드

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

Splash() 공개 메소드

public Splash ( int cx, int cy, int rippleRadius ) : void
cx int
cy int
rippleRadius int
리턴 void

Step() 공개 메소드

public Step ( ) : void
리턴 void