C# Class SphereStudio.Plugins.UndoRedo.HistoryTile

Show 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 property

public short newer
return short

older public property

public short older
return short

x public property

public int x
return int

y public property

public int y
return int