C# Class LayoutFarm.HtmlWidgets.WidgetBase

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
SetLocation ( int left, int top ) : void
SetSize ( int width, int height ) : void
SetViewport ( int x, int y ) : void
WidgetBase ( int w, int h )

Method Details

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

WidgetBase() public méthode

public WidgetBase ( int w, int h )
w int
h int