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

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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Saturate ( int value ) : byte

메소드 상세

Display() 공개 메소드

public Display ( PngEncoder surface, Color baseColor ) : void
surface PngEncoder
baseColor Color
리턴 void

RainDropRenderer() 공개 메소드

public RainDropRenderer ( int width, int height ) : System
width int
height int
리턴 System

Splash() 공개 메소드

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

Step() 공개 메소드

executes a single step of ripple propagation
public Step ( ) : void
리턴 void