C# Class LayoutFarm.UI.Skia.MyTopWindowBridgeSkia

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BindWindowControl ( Control windowControl ) : void
InvalidateRootArea ( Rectangle r ) : void
MyTopWindowBridgeSkia ( RootGraphic root, ITopWindowEventRoot topWinEventRoot ) : System
PaintToOutputWindow ( ) : void

Méthodes protégées

Méthode Description
ChangeCursorStyle ( MouseCursorStyle cursorStyle ) : void

Method Details

BindWindowControl() public méthode

public BindWindowControl ( Control windowControl ) : void
windowControl System.Windows.Forms.Control
Résultat void

ChangeCursorStyle() protected méthode

protected ChangeCursorStyle ( MouseCursorStyle cursorStyle ) : void
cursorStyle MouseCursorStyle
Résultat void

InvalidateRootArea() public méthode

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

MyTopWindowBridgeSkia() public méthode

public MyTopWindowBridgeSkia ( RootGraphic root, ITopWindowEventRoot topWinEventRoot ) : System
root RootGraphic
topWinEventRoot ITopWindowEventRoot
Résultat System

PaintToOutputWindow() public méthode

public PaintToOutputWindow ( ) : void
Résultat void