Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
LayoutFarm
HtmlBoxes
FloatingContext
C# Class LayoutFarm.HtmlBoxes.FloatingContext
Show file
Open project: prepare/HTML-Renderer
Class Usage Examples
Public Methods
Method
Description
AddFloatBox
(
CssBox
box
) :
void
Clear
( ) :
void
FloatingContext
(
CssBox
owner
) :
System
GetBox
(
int
index
) :
CssBox
Method Details
AddFloatBox()
public
method
public
AddFloatBox
(
CssBox
box
) :
void
box
CssBox
return
void
Clear()
public
method
public
Clear
( ) :
void
return
void
FloatingContext()
public
method
public
FloatingContext
(
CssBox
owner
) :
System
owner
CssBox
return
System
GetBox()
public
method
public
GetBox
(
int
index
) :
CssBox
index
int
return
CssBox