C# Class LayoutFarm.Demo_CompartmentBox.UIControllerBox

Inheritance: LayoutFarm.CustomWidgets.EaseBox
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
SetSize ( int width, int height ) : void
UIControllerBox ( int w, int h ) : PixelFarm.Drawing
Walk ( UIVisitor visitor ) : void

Private Methods

Méthode Description
CreateTinyControlBox ( SpaceName name ) : EaseBox
ResizeTargetWithSnapToGrid ( SpaceName tinyBoxSpaceName, UIControllerBox controllerBox, UIMouseEventArgs e ) : void
ResizeTargetWithSnapToGrid2 ( UIControllerBox controllerBox, UIMouseEventArgs e ) : void
SetupDockSpaces ( ) : void

Method Details

GetPrimaryRenderElement() public méthode

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
Résultat RenderElement

SetSize() public méthode

public SetSize ( int width, int height ) : void
width int
height int
Résultat void

UIControllerBox() public méthode

public UIControllerBox ( int w, int h ) : PixelFarm.Drawing
w int
h int
Résultat PixelFarm.Drawing

Walk() public méthode

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
Résultat void