C# Class LayoutFarm.CustomWidgets.MyMiniAggCanvasRenderElement

Inheritance: RenderBoxBase, IDisposable
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
AddSprite ( BasicSprite sprite ) : void
ClearAllChildren ( ) : void
MyMiniAggCanvasRenderElement ( 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

AddSprite() public method

public AddSprite ( BasicSprite sprite ) : void
sprite PixelFarm.Agg.BasicSprite
return void

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

MyMiniAggCanvasRenderElement() public method

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