C# Class LayoutFarm.UI.Skia.SkiaCanvasViewport

Inheritance: CanvasViewport
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
CanvasInvlidateArea ( Rectangle r ) : void
PaintMe ( IntPtr hdc ) : void
PaintMe ( MyGdiPlusCanvas mycanvas ) : void
SkiaCanvasViewport ( RootGraphic rootgfx, Size viewportSize, int cachedPageNum ) : System

Méthodes protégées

Méthode Description
CalculateCanvasPages ( ) : void
OnClosing ( ) : void
ResetQuadPages ( int viewportWidth, int viewportHeight ) : void

Private Methods

Méthode Description
UpdateAllArea ( PixelFarm mycanvas, IRenderElement topWindowRenderBox ) : void

Method Details

CalculateCanvasPages() protected méthode

protected CalculateCanvasPages ( ) : void
Résultat void

CanvasInvlidateArea() public méthode

public CanvasInvlidateArea ( Rectangle r ) : void
r PixelFarm.Drawing.Rectangle
Résultat void

OnClosing() protected méthode

protected OnClosing ( ) : void
Résultat void

PaintMe() public méthode

public PaintMe ( IntPtr hdc ) : void
hdc System.IntPtr
Résultat void

PaintMe() public méthode

public PaintMe ( MyGdiPlusCanvas mycanvas ) : void
mycanvas PixelFarm.Drawing.WinGdi.MyGdiPlusCanvas
Résultat void

ResetQuadPages() protected méthode

protected ResetQuadPages ( int viewportWidth, int viewportHeight ) : void
viewportWidth int
viewportHeight int
Résultat void

SkiaCanvasViewport() public méthode

public SkiaCanvasViewport ( RootGraphic rootgfx, Size viewportSize, int cachedPageNum ) : System
rootgfx RootGraphic
viewportSize PixelFarm.Drawing.Size
cachedPageNum int
Résultat System