C# 클래스 TowerAnimator.ColorWheel

파일 보기 프로젝트 열기: uiacm/tower_creator

Private Properties

프로퍼티 타입 설명
GenerateWheel void

공개 메소드들

메소드 설명
ColorWheel ( int pixelRadius ) : System
Draw ( Graphics g, int x, int y ) : void
GetColor ( int x, int y ) : Color

GetImage ( ) : Image
SetSelected ( Point p ) : void

비공개 메소드들

메소드 설명
GenerateWheel ( ) : void

메소드 상세

ColorWheel() 공개 메소드

public ColorWheel ( int pixelRadius ) : System
pixelRadius int
리턴 System

Draw() 공개 메소드

public Draw ( Graphics g, int x, int y ) : void
g System.Drawing.Graphics
x int
y int
리턴 void

GetColor() 공개 메소드

public GetColor ( int x, int y ) : Color
x int
y int Expected to grow downward.
리턴 Color

GetImage() 공개 메소드

public GetImage ( ) : Image
리턴 Image

SetSelected() 공개 메소드

public SetSelected ( Point p ) : void
p Point
리턴 void