C# Class LayoutFarm.UI.GdiPlus.GdiPlusCanvasViewport

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
CalculateCanvasPages ( ) : void
OnClosing ( ) : void
ResetQuadPages ( int viewportWidth, int viewportHeight ) : 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

GdiPlusCanvasViewport() public méthode

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

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