C# Class LayoutFarm.HtmlWidgets.WidgetBase

Mostrar archivo Open project: prepare/HTML-Renderer

Public Methods

Method 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 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

WidgetBase() public method

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