C# Class MapView.Cursor

Exibir arquivo Open project: pmprog/OpenXCOM.Tools

Public Methods

Method Description
Cursor ( PckFile cursorFile ) : System
DrawHigh ( Graphics g, int x, int y, int i, bool over, bool top ) : void
DrawLow ( Graphics g, int x, int y, int i, bool over, bool top ) : void

Method Details

Cursor() public method

public Cursor ( PckFile cursorFile ) : System
cursorFile XCom.PckFile
return System

DrawHigh() public method

public DrawHigh ( Graphics g, int x, int y, int i, bool over, bool top ) : void
g System.Drawing.Graphics
x int
y int
i int
over bool
top bool
return void

DrawLow() public method

public DrawLow ( Graphics g, int x, int y, int i, bool over, bool top ) : void
g System.Drawing.Graphics
x int
y int
i int
over bool
top bool
return void