C# Class SphereStudio.Plugins.UndoRedo.HistoryTile

Mostra file Open project: Radnen/spherestudio

Public Properties

Property Type Description
newer short
older short
x int
y int

Public Methods

Method Description
HistoryTile ( int x, int y, short older, short newer ) : System

Method Details

HistoryTile() public method

public HistoryTile ( int x, int y, short older, short newer ) : System
x int
y int
older short
newer short
return System

Property Details

newer public_oe property

public short newer
return short

older public_oe property

public short older
return short

x public_oe property

public int x
return int

y public_oe property

public int y
return int