C# Class LayoutFarm.HtmlBoxes.PartialBoxStrip

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

Public Methods

Method Description
MergeBound ( float left, float top, float right, float bottom ) : void
PartialBoxStrip ( CssBox owner, float x, float y, float w, float h ) : System
ToString ( ) : string

Method Details

MergeBound() public method

public MergeBound ( float left, float top, float right, float bottom ) : void
left float
top float
right float
bottom float
return void

PartialBoxStrip() public method

public PartialBoxStrip ( CssBox owner, float x, float y, float w, float h ) : System
owner CssBox
x float
y float
w float
h float
return System

ToString() public method

public ToString ( ) : string
return string