C# Class SphereStudio.Plugins.UndoRedo.HistoryTile

Afficher le fichier Open project: Radnen/spherestudio

Méthodes publiques

Свойство Type Description
newer short
older short
x int
y int

Méthodes publiques

Méthode Description
HistoryTile ( int x, int y, short older, short newer ) : System

Method Details

HistoryTile() public méthode

public HistoryTile ( int x, int y, short older, short newer ) : System
x int
y int
older short
newer short
Résultat System

Property Details

newer public_oe property

public short newer
Résultat short

older public_oe property

public short older
Résultat short

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int