C# Class ICSharpCode.TextEditor.Caret.ManagedCaret

Inheritance: CaretImplementation
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form

Méthodes publiques

Méthode Description
Create ( int width, int height ) : bool
Destroy ( ) : void
Dispose ( ) : void
Hide ( ) : void
ManagedCaret ( Caret caret ) : System
PaintCaret ( Graphics g ) : void
SetPosition ( int x, int y ) : bool
Show ( ) : void

Private Methods

Méthode Description
CaretTimerTick ( object sender, EventArgs e ) : void

Method Details

Create() public méthode

public Create ( int width, int height ) : bool
width int
height int
Résultat bool

Destroy() public méthode

public Destroy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Hide() public méthode

public Hide ( ) : void
Résultat void

ManagedCaret() public méthode

public ManagedCaret ( Caret caret ) : System
caret Caret
Résultat System

PaintCaret() public méthode

public PaintCaret ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

SetPosition() public méthode

public SetPosition ( int x, int y ) : bool
x int
y int
Résultat bool

Show() public méthode

public Show ( ) : void
Résultat void