C# Class LayoutFarm.CustomWidgets.CustomRenderBox

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

Public Properties

Property Type Description
dbugBreak bool

Public Methods

Method Description
CustomRenderBox ( RootGraphic rootgfx, int width, int height ) : PixelFarm.Drawing

Protected Methods

Method Description
DrawBoxContent ( Canvas canvas, Rectangle updateArea ) : void

Method Details

CustomRenderBox() public method

public CustomRenderBox ( RootGraphic rootgfx, int width, int height ) : PixelFarm.Drawing
rootgfx RootGraphic
width int
height int
return PixelFarm.Drawing

DrawBoxContent() protected method

protected DrawBoxContent ( Canvas canvas, Rectangle updateArea ) : void
canvas PixelFarm.Drawing.Canvas
updateArea PixelFarm.Drawing.Rectangle
return void

Property Details

dbugBreak public_oe property

public bool dbugBreak
return bool