C# Class LayoutFarm.Demo_DragSelectionBox

Inheritance: DemoBase
Datei anzeigen Open project: prepare/HTML-Renderer

Protected Methods

Method Description
OnStartDemo ( SampleViewport viewport ) : void

Private Methods

Method Description
FindSelectedUserBoxes ( ) : void
FindUnderlyingElements ( UIControllerBox controllerBox ) : List
GetFreeUserControllerBox ( ) : UIControllerBox
MoveWithSnapToGrid ( UIControllerBox controllerBox, int dx, int dy ) : void
ReleaseUserControllerBox ( UIControllerBox userControllerBox ) : void
RemoveAllUserControllerBoxes ( ) : void
SetupActiveBoxProperties ( LayoutFarm box ) : void
SetupBackgroundProperties ( LayoutFarm backgroundBox ) : void
SetupControllerBoxProperties ( UIControllerBox controllerBox ) : void
SetupSelectionBoxProperties ( UISelectionBox selectionBox ) : void

Method Details

OnStartDemo() protected method

protected OnStartDemo ( SampleViewport viewport ) : void
viewport SampleViewport
return void