C# Class Abathur.Core.Intel.Map.BitMapHandler

Inheritance: Abathur.Core.Intel.Map.MapHandler
Datei anzeigen Open project: schmidtgit/SC2Abathur

Public Methods

Method Description
GetValue ( int x, int y ) : int
IsSet ( int x, int y ) : bool
Set ( int x, int y, byte value ) : void
UpdateImage ( ImageData img ) : void

Method Details

GetValue() public method

public GetValue ( int x, int y ) : int
x int
y int
return int

IsSet() public method

public IsSet ( int x, int y ) : bool
x int
y int
return bool

Set() public method

public Set ( int x, int y, byte value ) : void
x int
y int
value byte
return void

UpdateImage() public method

public UpdateImage ( ImageData img ) : void
img ImageData
return void