C# Class gInk.Root

Mostra 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_oe property

public bool AutoScroll
return bool

CurrentPen public_oe property

public int CurrentPen
return int

Docked public_oe property

public bool Docked
return bool

EraserMode public_oe property

public bool EraserMode
return bool

FormButtonHitter public_oe property

public FormButtonHitter,gInk FormButtonHitter
return FormButtonHitter

FormCollection public_oe property

public FormCollection FormCollection
return FormCollection

FormDisplay public_oe property

public FormDisplay,gInk FormDisplay
return FormDisplay

Hotkey public_oe property

public int Hotkey
return int

Hotkey_Control public_oe property

public bool Hotkey_Control
return bool

Pen1 public_oe property

public DrawingAttributes Pen1
return DrawingAttributes

PointerMode public_oe property

public bool PointerMode
return bool

Snapping public_oe property

public int Snapping
return int

SnappingRect public_oe property

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

SnappingX public_oe property

public int SnappingX
return int

SnapshotBasePath public_oe property

public string SnapshotBasePath
return string

UndoDepth public_oe property

public int UndoDepth
return int

UndoP public_oe property

public int UndoP
return int

UndoStrokes public_oe property

public Ink[] UndoStrokes
return Ink[]

UponButtonsUpdate public_oe property

public int UponButtonsUpdate
return int

UponTakingSnap public_oe property

public bool UponTakingSnap
return bool

WhiteTrayIcon public_oe property

public bool WhiteTrayIcon
return bool