C# Class LayoutFarm.CustomWidgets.MiniAggCanvasRenderElement

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

Méthodes publiques

Méthode Description
ClearAllChildren ( ) : void
InvalidateCanvasContent ( ) : void
MiniAggCanvasRenderElement ( 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

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

InvalidateCanvasContent() public méthode

public InvalidateCanvasContent ( ) : void
Résultat void

MiniAggCanvasRenderElement() public méthode

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