C# Class LayoutFarm.CustomWidgets.CustomImageRenderBox

Inheritance: CustomRenderBox
Mostrar archivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
dbugBreak bool

Public Methods

Method Description
ClearAllChildren ( ) : void
CustomImageRenderBox ( RootGraphic rootgfx, int width, int height ) : PixelFarm.Drawing

Protected Methods

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

Method Details

ClearAllChildren() public method

public ClearAllChildren ( ) : void
return void

CustomImageRenderBox() public method

public CustomImageRenderBox ( 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