C# Class LayoutFarm.UI.UIBox

Inheritance: UIElement, IScrollable, IBoxElement
Mostrar archivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
dbugId int

Private Properties

Property Type Description
IBoxElement void

Public Methods

Method Description
Blur ( ) : void
Focus ( ) : void
GetGlobalLocation ( ) : Point
InvalidateGraphics ( ) : void
InvalidateOuterGraphics ( ) : void
PerformContentLayout ( ) : void
SetBounds ( int left, int top, int width, int height ) : void
SetLocation ( int left, int top ) : void
SetSize ( int width, int height ) : void
SetViewport ( int x, int y ) : void
UIBox ( int width, int height ) : System

Protected Methods

Method Description
Describe ( UIVisitor visitor ) : void
RaiseLayoutFinished ( ) : void

Private Methods

Method Description
IBoxElement ( int w, int h ) : void

Method Details

Blur() public method

public Blur ( ) : void
return void

Describe() protected method

protected Describe ( UIVisitor visitor ) : void
visitor UIVisitor
return void

Focus() public method

public Focus ( ) : void
return void

GetGlobalLocation() public method

public GetGlobalLocation ( ) : Point
return Point

InvalidateGraphics() public method

public InvalidateGraphics ( ) : void
return void

InvalidateOuterGraphics() public method

public InvalidateOuterGraphics ( ) : void
return void

PerformContentLayout() public method

public PerformContentLayout ( ) : void
return void

RaiseLayoutFinished() protected method

protected RaiseLayoutFinished ( ) : void
return void

SetBounds() public method

public SetBounds ( int left, int top, int width, int height ) : void
left int
top int
width int
height int
return void

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

SetViewport() public method

public SetViewport ( int x, int y ) : void
x int
y int
return void

UIBox() public method

public UIBox ( int width, int height ) : System
width int
height int
return System

Property Details

dbugId public_oe property

public int dbugId
return int