C# Class winmaped2.Global.xyEventArgs

Afficher le fichier Open project: Bananattack/verge3

Méthodes publiques

Свойство Type Description
overmap bool
x int
y int

Méthodes publiques

Méthode Description
xyEventArgs ( bool overmap, int x, int y ) : System

Method Details

xyEventArgs() public méthode

public xyEventArgs ( bool overmap, int x, int y ) : System
overmap bool
x int
y int
Résultat System

Property Details

overmap public_oe property

public bool overmap
Résultat bool

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int