C# 클래스 AnimalCrossingQR.PatternEditor

파일 보기 프로젝트 열기: jefff/animalcrossingqr

공개 메소드들

메소드 설명
BeginPreview ( ) : void
Clear ( ) : void
EndPreview ( ) : void
GetPattern ( ) : Pattern
LoadPattern ( AC pattern ) : void
PatternEditor ( ) : System
SetColorPalette ( AC palette ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
DrawGrid ( Graphics graphics ) : void
DrawPattern ( Graphics graphics ) : void
DrawPoint ( Point point, byte color ) : void
FromPaletteColor ( AC color ) : Color
GetPixelAt ( int x, int y ) : Point
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PatternEditor_MouseDown ( object sender, MouseEventArgs e ) : void
PatternEditor_MouseMove ( object sender, MouseEventArgs e ) : void
PatternEditor_Paint ( object sender, PaintEventArgs e ) : void
RenderPattern ( AC pattern, int scale ) : Image

메소드 상세

BeginPreview() 공개 메소드

public BeginPreview ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

EndPreview() 공개 메소드

public EndPreview ( ) : void
리턴 void

GetPattern() 공개 메소드

public GetPattern ( ) : Pattern
리턴 AnimalCrossingQR.AC.Pattern

LoadPattern() 공개 메소드

public LoadPattern ( AC pattern ) : void
pattern AC
리턴 void

PatternEditor() 공개 메소드

public PatternEditor ( ) : System
리턴 System

SetColorPalette() 공개 메소드

public SetColorPalette ( AC palette ) : void
palette AC
리턴 void