C# Class LayoutFarm.CustomWidgets.MiniAggCanvasRenderElement

Inheritance: RenderBoxBase, IDisposable
Datei anzeigen Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
ClearAllChildren ( ) : void
InvalidateCanvasContent ( ) : void
MiniAggCanvasRenderElement ( RootGraphic rootgfx, int width, int height ) : System

Protected Methods

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

Private Methods

Method Description
IDisposable ( ) : void
ReleaseUnmanagedResources ( ) : void

Method Details

ClearAllChildren() public method

public ClearAllChildren ( ) : void
return void

DrawBoxContent() protected method

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

InvalidateCanvasContent() public method

public InvalidateCanvasContent ( ) : void
return void

MiniAggCanvasRenderElement() public method

public MiniAggCanvasRenderElement ( RootGraphic rootgfx, int width, int height ) : System
rootgfx RootGraphic
width int
height int
return System