PasteIntoTileLayerEvent

Pastes a copied area to a given tilelayer.

Constructors

this
this(MapClipboard.Item item, ITileLayer target, Point position, bool overwrite)
Undocumented in source.

Members

Functions

redo
void redo()
Undocumented in source. Be warned that the author may not have intended to support it.
undo
void undo()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

item
MapClipboard.Item item;
Undocumented in source.
original
MappingElement[] original;
Undocumented in source.
overwrite
bool overwrite;
Undocumented in source.
position
Point position;
Undocumented in source.
target
ITileLayer target;
Undocumented in source.

Inherited Members

From UndoableEvent

redo
void redo()
Undocumented in source.
undo
void undo()
Undocumented in source.

Meta