C# Class LayoutFarm.UI.UISurfaceViewportControl

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

Méthodes publiques

Méthode Description
AddContent ( RenderElement vi ) : void
AddContent ( RenderElement vi, object owner ) : void
Close ( ) : void
CreateNewOne ( int w, int h ) : UISurfaceViewportControl

create new UIViewport based on this control's current platform

InitRootGraphics ( RootGraphic rootgfx, ITopWindowEventRoot topWinEventRoot, InnerViewportKind innerViewportKind ) : void
PaintMe ( ) : void
PaintMeFullMode ( ) : void
PrintMe ( PixelFarm targetCanvas ) : void
TopDownRecalculateContent ( ) : void
UISurfaceViewportControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Method Details

AddContent() public méthode

public AddContent ( RenderElement vi ) : void
vi RenderElement
Résultat void

AddContent() public méthode

public AddContent ( RenderElement vi, object owner ) : void
vi RenderElement
owner object
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

CreateNewOne() public méthode

create new UIViewport based on this control's current platform
public CreateNewOne ( int w, int h ) : UISurfaceViewportControl
w int
h int
Résultat UISurfaceViewportControl

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

InitRootGraphics() public méthode

public InitRootGraphics ( RootGraphic rootgfx, ITopWindowEventRoot topWinEventRoot, InnerViewportKind innerViewportKind ) : void
rootgfx RootGraphic
topWinEventRoot ITopWindowEventRoot
innerViewportKind InnerViewportKind
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

PaintMe() public méthode

public PaintMe ( ) : void
Résultat void

PaintMeFullMode() public méthode

public PaintMeFullMode ( ) : void
Résultat void

PrintMe() public méthode

public PrintMe ( PixelFarm targetCanvas ) : void
targetCanvas PixelFarm
Résultat void

TopDownRecalculateContent() public méthode

public TopDownRecalculateContent ( ) : void
Résultat void

UISurfaceViewportControl() public méthode

public UISurfaceViewportControl ( ) : System
Résultat System