C# 클래스 MapView.TilePanel

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
tileTypes Color[]

공개 메소드들

메소드 설명
TilePanel ( TileType type ) : System

보호된 메소드들

메소드 설명
OnMouseDown ( MouseEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

비공개 메소드들

메소드 설명
tick ( object sender, EventArgs e ) : void
valChange ( object sender, EventArgs e ) : void

메소드 상세

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseWheel() 보호된 메소드

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

TilePanel() 공개 메소드

public TilePanel ( TileType type ) : System
type TileType
리턴 System

프로퍼티 상세

tileTypes 공개적으로 정적으로 프로퍼티

public static Color[] tileTypes
리턴 Color[]