C# Class LayoutFarm.CustomWidgets.CustomContainerRenderBox

Inheritance: CustomRenderBox
Exibir arquivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
dbugBreak bool

Public Methods

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

Method Details

ClearAllChildren() public method

public ClearAllChildren ( ) : void
return void

CustomContainerRenderBox() public method

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

Property Details

dbugBreak public_oe property

public bool dbugBreak
return bool