C# Class System.Windows.Forms.ViewHelper

Inheritance: FlippedView, IViewHelper
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Méthodes publiques

Méthode Description
DrawRect ( RectangleF dirtyRect ) : void
FlagsChanged ( NSEvent theEvent ) : void
FontChanged ( ) : void
KeyDown ( NSEvent theEvent ) : void
KeyUp ( NSEvent theEvent ) : void
MouseDown ( NSEvent theEvent ) : void
MouseDragged ( NSEvent theEvent ) : void
MouseMoved ( NSEvent theEvent ) : void
MouseUp ( NSEvent theEvent ) : void
ViewDidMoveToWindow ( ) : void
ViewHelper ( Control parent ) : AppKit

Méthodes protégées

Méthode Description
OnPaintBackground ( PaintEventArgs e ) : void

Method Details

DrawRect() public méthode

public DrawRect ( RectangleF dirtyRect ) : void
dirtyRect System.Drawing.RectangleF
Résultat void

FlagsChanged() public méthode

public FlagsChanged ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

FontChanged() public méthode

public FontChanged ( ) : void
Résultat void

KeyDown() public méthode

public KeyDown ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

KeyUp() public méthode

public KeyUp ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

MouseDown() public méthode

public MouseDown ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

MouseDragged() public méthode

public MouseDragged ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

MouseMoved() public méthode

public MouseMoved ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

MouseUp() public méthode

public MouseUp ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

ViewDidMoveToWindow() public méthode

public ViewDidMoveToWindow ( ) : void
Résultat void

ViewHelper() public méthode

public ViewHelper ( Control parent ) : AppKit
parent Control
Résultat AppKit