C# 클래스 gInk.Root

파일 보기 프로젝트 열기: geovens/gInk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

ClearInk() 공개 메소드

public ClearInk ( ) : void
리턴 void

Dock() 공개 메소드

public Dock ( ) : void
리턴 void

Pointer() 공개 메소드

public Pointer ( ) : void
리턴 void

ReadOptions() 공개 메소드

public ReadOptions ( string file ) : void
file string
리턴 void

RedoInk() 공개 메소드

public RedoInk ( ) : void
리턴 void

Root() 공개 메소드

public Root ( ) : System
리턴 System

SelectPen() 공개 메소드

public SelectPen ( int pen ) : void
pen int
리턴 void

SetDefaultConfig() 공개 메소드

public SetDefaultConfig ( ) : void
리턴 void

SetDefaultPens() 공개 메소드

public SetDefaultPens ( ) : void
리턴 void

StartInk() 공개 메소드

public StartInk ( ) : void
리턴 void

StopInk() 공개 메소드

public StopInk ( ) : void
리턴 void

UnDock() 공개 메소드

public UnDock ( ) : void
리턴 void

UnPointer() 공개 메소드

public UnPointer ( ) : void
리턴 void

UndoInk() 공개 메소드

public UndoInk ( ) : void
리턴 void

프로퍼티 상세

AutoScroll 공개적으로 프로퍼티

public bool AutoScroll
리턴 bool

CurrentPen 공개적으로 프로퍼티

public int CurrentPen
리턴 int

Docked 공개적으로 프로퍼티

public bool Docked
리턴 bool

EraserMode 공개적으로 프로퍼티

public bool EraserMode
리턴 bool

FormButtonHitter 공개적으로 프로퍼티

public FormButtonHitter,gInk FormButtonHitter
리턴 FormButtonHitter

FormCollection 공개적으로 프로퍼티

public FormCollection FormCollection
리턴 FormCollection

FormDisplay 공개적으로 프로퍼티

public FormDisplay,gInk FormDisplay
리턴 FormDisplay

Hotkey 공개적으로 프로퍼티

public int Hotkey
리턴 int

Hotkey_Control 공개적으로 프로퍼티

public bool Hotkey_Control
리턴 bool

Pen1 공개적으로 프로퍼티

public DrawingAttributes Pen1
리턴 DrawingAttributes

PointerMode 공개적으로 프로퍼티

public bool PointerMode
리턴 bool

Snapping 공개적으로 프로퍼티

public int Snapping
리턴 int

SnappingRect 공개적으로 프로퍼티

public Rectangle,System.Drawing SnappingRect
리턴 System.Drawing.Rectangle

SnappingX 공개적으로 프로퍼티

public int SnappingX
리턴 int

SnapshotBasePath 공개적으로 프로퍼티

public string SnapshotBasePath
리턴 string

UndoDepth 공개적으로 프로퍼티

public int UndoDepth
리턴 int

UndoP 공개적으로 프로퍼티

public int UndoP
리턴 int

UndoStrokes 공개적으로 프로퍼티

public Ink[] UndoStrokes
리턴 Ink[]

UponButtonsUpdate 공개적으로 프로퍼티

public int UponButtonsUpdate
리턴 int

UponTakingSnap 공개적으로 프로퍼티

public bool UponTakingSnap
리턴 bool

WhiteTrayIcon 공개적으로 프로퍼티

public bool WhiteTrayIcon
리턴 bool