C# Class LayoutFarm.HtmlBoxes.CssBoxLayoutExtension

ファイルを表示 Open project: prepare/HTML-Renderer

Public Methods

Method Description
GetClientHeight ( this box ) : float
GetClientLeft ( this box ) : float
GetClientRight ( this box ) : float
GetClientTop ( this box ) : float
GetClientWidth ( this box ) : float

Private Methods

Method Description
CalculateInnerContentHeight ( this startBox ) : float

Method Details

GetClientHeight() public static method

public static GetClientHeight ( this box ) : float
box this
return float

GetClientLeft() public static method

public static GetClientLeft ( this box ) : float
box this
return float

GetClientRight() public static method

public static GetClientRight ( this box ) : float
box this
return float

GetClientTop() public static method

public static GetClientTop ( this box ) : float
box this
return float

GetClientWidth() public static method

public static GetClientWidth ( this box ) : float
box this
return float