C# Class LayoutFarm.CustomWidgets.UIFloatWindow

Inheritance: EaseBox, ITopWindowBox
ファイルを表示 Open project: prepare/HTML-Renderer

Private Properties

Property Type Description

Public Methods

Method Description
SetLocation ( int left, int top ) : void
SetSize ( int width, int height ) : void
UIFloatWindow ( int w, int h ) : LayoutFarm.UI
Walk ( UIVisitor visitor ) : void

Method Details

SetLocation() public method

public SetLocation ( int left, int top ) : void
left int
top int
return void

SetSize() public method

public SetSize ( int width, int height ) : void
width int
height int
return void

UIFloatWindow() public method

public UIFloatWindow ( int w, int h ) : LayoutFarm.UI
w int
h int
return LayoutFarm.UI

Walk() public method

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
return void