C# Class gInk.Root

Afficher le fichier Open project: geovens/gInk Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public ClearInk ( ) : void
Résultat void

Dock() public méthode

public Dock ( ) : void
Résultat void

Pointer() public méthode

public Pointer ( ) : void
Résultat void

ReadOptions() public méthode

public ReadOptions ( string file ) : void
file string
Résultat void

RedoInk() public méthode

public RedoInk ( ) : void
Résultat void

Root() public méthode

public Root ( ) : System
Résultat System

SelectPen() public méthode

public SelectPen ( int pen ) : void
pen int
Résultat void

SetDefaultConfig() public méthode

public SetDefaultConfig ( ) : void
Résultat void

SetDefaultPens() public méthode

public SetDefaultPens ( ) : void
Résultat void

StartInk() public méthode

public StartInk ( ) : void
Résultat void

StopInk() public méthode

public StopInk ( ) : void
Résultat void

UnDock() public méthode

public UnDock ( ) : void
Résultat void

UnPointer() public méthode

public UnPointer ( ) : void
Résultat void

UndoInk() public méthode

public UndoInk ( ) : void
Résultat void

Property Details

AutoScroll public_oe property

public bool AutoScroll
Résultat bool

CurrentPen public_oe property

public int CurrentPen
Résultat int

Docked public_oe property

public bool Docked
Résultat bool

EraserMode public_oe property

public bool EraserMode
Résultat bool

FormButtonHitter public_oe property

public FormButtonHitter,gInk FormButtonHitter
Résultat FormButtonHitter

FormCollection public_oe property

public FormCollection FormCollection
Résultat FormCollection

FormDisplay public_oe property

public FormDisplay,gInk FormDisplay
Résultat FormDisplay

Hotkey public_oe property

public int Hotkey
Résultat int

Hotkey_Control public_oe property

public bool Hotkey_Control
Résultat bool

Pen1 public_oe property

public DrawingAttributes Pen1
Résultat DrawingAttributes

PointerMode public_oe property

public bool PointerMode
Résultat bool

Snapping public_oe property

public int Snapping
Résultat int

SnappingRect public_oe property

public Rectangle,System.Drawing SnappingRect
Résultat System.Drawing.Rectangle

SnappingX public_oe property

public int SnappingX
Résultat int

SnapshotBasePath public_oe property

public string SnapshotBasePath
Résultat string

UndoDepth public_oe property

public int UndoDepth
Résultat int

UndoP public_oe property

public int UndoP
Résultat int

UndoStrokes public_oe property

public Ink[] UndoStrokes
Résultat Ink[]

UponButtonsUpdate public_oe property

public int UponButtonsUpdate
Résultat int

UponTakingSnap public_oe property

public bool UponTakingSnap
Résultat bool

WhiteTrayIcon public_oe property

public bool WhiteTrayIcon
Résultat bool