C# Class LayoutFarm.CustomWidgets.MyMiniAggCanvasRenderElement

Inheritance: RenderBoxBase, IDisposable
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
AddSprite ( BasicSprite sprite ) : void
ClearAllChildren ( ) : void
MyMiniAggCanvasRenderElement ( RootGraphic rootgfx, int width, int height ) : System

Méthodes protégées

Méthode Description
DrawBoxContent ( Canvas canvas, Rectangle updateArea ) : void

Private Methods

Méthode Description
IDisposable ( ) : void
ReleaseUnmanagedResources ( ) : void

Method Details

AddSprite() public méthode

public AddSprite ( BasicSprite sprite ) : void
sprite PixelFarm.Agg.BasicSprite
Résultat void

ClearAllChildren() public méthode

public ClearAllChildren ( ) : void
Résultat void

DrawBoxContent() protected méthode

protected DrawBoxContent ( Canvas canvas, Rectangle updateArea ) : void
canvas PixelFarm.Drawing.Canvas
updateArea PixelFarm.Drawing.Rectangle
Résultat void

MyMiniAggCanvasRenderElement() public méthode

public MyMiniAggCanvasRenderElement ( RootGraphic rootgfx, int width, int height ) : System
rootgfx RootGraphic
width int
height int
Résultat System