C# 클래스 MapView.TopViewForm.SimpleMapPanel

상속: Map_Observer_Control
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools

보호된 프로퍼티들

프로퍼티 타입 설명
hWidth int
minHeight int

Private Properties

프로퍼티 타입 설명
convertCoordsDiamond void

공개 메소드들

메소드 설명
ParentSize ( int width, int height ) : void
SelectedTileChanged ( IMap_Base sender, SelectedTileChangedEventArgs e ) : void
SimpleMapPanel ( ) : System

보호된 메소드들

메소드 설명
CellPath ( int xc, int yc ) : GraphicsPath
LowerPath ( int x, int y ) : GraphicsPath
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
Render ( System g ) : void
RenderCell ( IMapTile tile, System g, int x, int y ) : void
UpperPath ( int x, int y ) : GraphicsPath
viewDrag ( object sender, EventArgs ex ) : void

비공개 메소드들

메소드 설명
convertCoordsDiamond ( int x, int y, int &row, int &col ) : void

메소드 상세

CellPath() 보호된 메소드

protected CellPath ( int xc, int yc ) : GraphicsPath
xc int
yc int
리턴 System.Drawing.Drawing2D.GraphicsPath

LowerPath() 보호된 메소드

protected LowerPath ( int x, int y ) : GraphicsPath
x int
y int
리턴 System.Drawing.Drawing2D.GraphicsPath

OnMouseDown() 보호된 메소드

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

OnMouseMove() 보호된 메소드

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

OnMouseUp() 보호된 메소드

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

OnMouseWheel() 보호된 메소드

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

ParentSize() 공개 메소드

public ParentSize ( int width, int height ) : void
width int
height int
리턴 void

Render() 보호된 메소드

protected Render ( System g ) : void
g System
리턴 void

RenderCell() 보호된 메소드

protected RenderCell ( IMapTile tile, System g, int x, int y ) : void
tile XCom.Interfaces.Base.IMapTile
g System
x int
y int
리턴 void

SelectedTileChanged() 공개 메소드

public SelectedTileChanged ( IMap_Base sender, SelectedTileChangedEventArgs e ) : void
sender XCom.Interfaces.Base.IMap_Base
e XCom.Interfaces.Base.SelectedTileChangedEventArgs
리턴 void

SimpleMapPanel() 공개 메소드

public SimpleMapPanel ( ) : System
리턴 System

UpperPath() 보호된 메소드

protected UpperPath ( int x, int y ) : GraphicsPath
x int
y int
리턴 System.Drawing.Drawing2D.GraphicsPath

viewDrag() 보호된 메소드

protected viewDrag ( object sender, EventArgs ex ) : void
sender object
ex System.EventArgs
리턴 void

프로퍼티 상세

hWidth 보호되어 있는 프로퍼티

protected int hWidth
리턴 int

minHeight 보호되어 있는 프로퍼티

protected int minHeight
리턴 int