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

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

공개 메소드들

메소드 설명
Execute ( ) : void
FloatTileSelectionCommand ( MultiTileGridLayer source, ITileSelectionLayer selectLayer ) : System.Collections.Generic
Redo ( ) : void
Undo ( ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

FloatTileSelectionCommand() 공개 메소드

public FloatTileSelectionCommand ( MultiTileGridLayer source, ITileSelectionLayer selectLayer ) : System.Collections.Generic
source Treefrog.Framework.Model.MultiTileGridLayer
selectLayer ITileSelectionLayer
리턴 System.Collections.Generic

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void