C# 클래스 Treefrog.Plugins.Tiles.Commands.PasteFloatingSelectionCommand

상속: Treefrog.Presentation.Commands.Command
파일 보기 프로젝트 열기: jaquadro/Treefrog

공개 메소드들

메소드 설명
Execute ( ) : void
PasteFloatingSelectionCommand ( ITileSelectionLayer selectLayer, TileSelection selection, TileCoord centerOffset ) : System.Collections.Generic
Redo ( ) : void
Undo ( ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

PasteFloatingSelectionCommand() 공개 메소드

public PasteFloatingSelectionCommand ( ITileSelectionLayer selectLayer, TileSelection selection, TileCoord centerOffset ) : System.Collections.Generic
selectLayer ITileSelectionLayer
selection Treefrog.Plugins.Tiles.Tools.TileSelection
centerOffset TileCoord
리턴 System.Collections.Generic

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void