C# 클래스 MapView.RmpViewForm.MapPanel

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools

보호된 프로퍼티들

프로퍼티 타입 설명
brushes SolidBrush>.Dictionary
clickPoint Point
hWidth int
map XCom.XCMapFile
origin Point
pens Pen>.Dictionary

공개 메소드들

메소드 설명
GetTile ( int x, int y ) : XCMapTile

Get the tile contained at (x,y) in local screen coordinates

GetTileCoordinates ( int x, int y ) : Point
MapPanel ( ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
convertCoordsDiamond ( int xp, int yp ) : Point

메소드 상세

GetTile() 공개 메소드

Get the tile contained at (x,y) in local screen coordinates
public GetTile ( int x, int y ) : XCMapTile
x int
y int
리턴 XCom.XCMapTile

GetTileCoordinates() 공개 메소드

public GetTileCoordinates ( int x, int y ) : Point
x int
y int
리턴 Point

MapPanel() 공개 메소드

public MapPanel ( ) : System
리턴 System

OnMouseDown() 보호된 메소드

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

OnResize() 보호된 메소드

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

프로퍼티 상세

brushes 보호되어 있는 프로퍼티

protected Dictionary brushes
리턴 SolidBrush>.Dictionary

clickPoint 보호되어 있는 프로퍼티

protected Point clickPoint
리턴 Point

hWidth 보호되어 있는 프로퍼티

protected int hWidth
리턴 int

map 보호되어 있는 프로퍼티

protected XCMapFile,XCom map
리턴 XCom.XCMapFile

origin 보호되어 있는 프로퍼티

protected Point origin
리턴 Point

pens 보호되어 있는 프로퍼티

protected Dictionary pens
리턴 Pen>.Dictionary