C# Class ICSharpCode.TextEditor.Caret.ManagedCaret

Inheritance: CaretImplementation
显示文件 Open project: Clancey/MonoMac.Windows.Form

Public Methods

Method 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

Method Description
CaretTimerTick ( object sender, EventArgs e ) : void

Method Details

Create() public method

public Create ( int width, int height ) : bool
width int
height int
return bool

Destroy() public method

public Destroy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

ManagedCaret() public method

public ManagedCaret ( Caret caret ) : System
caret Caret
return System

PaintCaret() public method

public PaintCaret ( Graphics g ) : void
g System.Drawing.Graphics
return void

SetPosition() public method

public SetPosition ( int x, int y ) : bool
x int
y int
return bool

Show() public method

public Show ( ) : void
return void