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

Inheritance: Abathur.Core.Intel.Map.MapHandler
Afficher le fichier Open project: schmidtgit/SC2Abathur

Méthodes publiques

Méthode 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 méthode

public GetValue ( int x, int y ) : int
x int
y int
Résultat int

IsSet() public méthode

public IsSet ( int x, int y ) : bool
x int
y int
Résultat bool

Set() public méthode

public Set ( int x, int y, byte value ) : void
x int
y int
value byte
Résultat void

UpdateImage() public méthode

public UpdateImage ( ImageData img ) : void
img ImageData
Résultat void