C# Class gInk.Root

Show file Open project: geovens/gInk Class Usage Examples

Public Properties

Property Type Description
AutoScroll bool
CurrentPen int
Docked bool
EraserMode bool
FormButtonHitter FormButtonHitter
FormCollection FormCollection
FormDisplay FormDisplay
Hotkey int
Hotkey_Control bool
Pen1 DrawingAttributes
PointerMode bool
Snapping int
SnappingRect System.Drawing.Rectangle
SnappingX int
SnapshotBasePath string
UndoDepth int
UndoP int
UndoStrokes Ink[]
UponButtonsUpdate int
UponTakingSnap bool
WhiteTrayIcon bool

Public Methods

Method Description
ClearInk ( ) : void
Dock ( ) : void
Pointer ( ) : void
ReadOptions ( string file ) : void
RedoInk ( ) : void
Root ( ) : System
SelectPen ( int pen ) : void
SetDefaultConfig ( ) : void
SetDefaultPens ( ) : void
StartInk ( ) : void
StopInk ( ) : void
UnDock ( ) : void
UnPointer ( ) : void
UndoInk ( ) : void

Private Methods

Method Description
OnAbout ( object sender, EventArgs e ) : void
OnExit ( object sender, EventArgs e ) : void
OnOptions ( object sender, EventArgs e ) : void
OnPenSetting ( object sender, EventArgs e ) : void
RegisterHotKey ( IntPtr hwnd, int id, int fsModifiers, int vk ) : int
TrayIcon_Click ( object sender, MouseEventArgs e ) : void
UnregisterHotKey ( IntPtr hwnd, int id ) : int

Method Details

ClearInk() public method

public ClearInk ( ) : void
return void

Dock() public method

public Dock ( ) : void
return void

Pointer() public method

public Pointer ( ) : void
return void

ReadOptions() public method

public ReadOptions ( string file ) : void
file string
return void

RedoInk() public method

public RedoInk ( ) : void
return void

Root() public method

public Root ( ) : System
return System

SelectPen() public method

public SelectPen ( int pen ) : void
pen int
return void

SetDefaultConfig() public method

public SetDefaultConfig ( ) : void
return void

SetDefaultPens() public method

public SetDefaultPens ( ) : void
return void

StartInk() public method

public StartInk ( ) : void
return void

StopInk() public method

public StopInk ( ) : void
return void

UnDock() public method

public UnDock ( ) : void
return void

UnPointer() public method

public UnPointer ( ) : void
return void

UndoInk() public method

public UndoInk ( ) : void
return void

Property Details

AutoScroll public property

public bool AutoScroll
return bool

CurrentPen public property

public int CurrentPen
return int

Docked public property

public bool Docked
return bool

EraserMode public property

public bool EraserMode
return bool

FormButtonHitter public property

public FormButtonHitter,gInk FormButtonHitter
return FormButtonHitter

FormCollection public property

public FormCollection FormCollection
return FormCollection

FormDisplay public property

public FormDisplay,gInk FormDisplay
return FormDisplay

Hotkey public property

public int Hotkey
return int

Hotkey_Control public property

public bool Hotkey_Control
return bool

Pen1 public property

public DrawingAttributes Pen1
return DrawingAttributes

PointerMode public property

public bool PointerMode
return bool

Snapping public property

public int Snapping
return int

SnappingRect public property

public Rectangle,System.Drawing SnappingRect
return System.Drawing.Rectangle

SnappingX public property

public int SnappingX
return int

SnapshotBasePath public property

public string SnapshotBasePath
return string

UndoDepth public property

public int UndoDepth
return int

UndoP public property

public int UndoP
return int

UndoStrokes public property

public Ink[] UndoStrokes
return Ink[]

UponButtonsUpdate public property

public int UponButtonsUpdate
return int

UponTakingSnap public property

public bool UponTakingSnap
return bool

WhiteTrayIcon public property

public bool WhiteTrayIcon
return bool