C# Class LayoutFarm.UI.UIBox

Inheritance: UIElement, IScrollable, IBoxElement
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
dbugId int

Private Properties

Свойство Type Description
IBoxElement void

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Describe ( UIVisitor visitor ) : void
RaiseLayoutFinished ( ) : void

Private Methods

Méthode Description
IBoxElement ( int w, int h ) : void

Method Details

Blur() public méthode

public Blur ( ) : void
Résultat void

Describe() protected méthode

protected Describe ( UIVisitor visitor ) : void
visitor UIVisitor
Résultat void

Focus() public méthode

public Focus ( ) : void
Résultat void

GetGlobalLocation() public méthode

public GetGlobalLocation ( ) : Point
Résultat Point

InvalidateGraphics() public méthode

public InvalidateGraphics ( ) : void
Résultat void

InvalidateOuterGraphics() public méthode

public InvalidateOuterGraphics ( ) : void
Résultat void

PerformContentLayout() public méthode

public PerformContentLayout ( ) : void
Résultat void

RaiseLayoutFinished() protected méthode

protected RaiseLayoutFinished ( ) : void
Résultat void

SetBounds() public méthode

public SetBounds ( int left, int top, int width, int height ) : void
left int
top int
width int
height int
Résultat void

SetLocation() public méthode

public SetLocation ( int left, int top ) : void
left int
top int
Résultat void

SetSize() public méthode

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

SetViewport() public méthode

public SetViewport ( int x, int y ) : void
x int
y int
Résultat void

UIBox() public méthode

public UIBox ( int width, int height ) : System
width int
height int
Résultat System

Property Details

dbugId public_oe property

public int dbugId
Résultat int