C# 클래스 gInk.FormDisplay

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

공개 프로퍼티들

프로퍼티 타입 설명
Root Root
gOneStrokeCanvus Graphics
timer1 System.Windows.Forms.Timer

공개 메소드들

메소드 설명
ClearCanvus ( ) : void
ClearCanvus ( Graphics g ) : void
DrawButtons ( Graphics g, bool redrawbuttons, bool exiting = false ) : void
DrawButtons ( bool redrawbuttons, bool exiting = false ) : void
DrawSnapping ( Rectangle rect ) : void
DrawStrokes ( ) : void
DrawStrokes ( Graphics g ) : void
FormDisplay ( Root root ) : System
L ( int i, int j ) : uint
Lnext ( ) : uint
MoveStrokes ( int dy ) : void
N1 ( int i, int j ) : uint
N2 ( int i, int j ) : uint
Nnext1 ( ) : uint
Nnext2 ( ) : uint
SnapShot ( Rectangle rect ) : void
Test ( ) : int
ToTopMostThrough ( ) : void
UpdateFormDisplay ( bool draw ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
BitBlt ( IntPtr hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hdcSrc, int nXSrc, int nYSrc, uint dwRop ) : bool
CreateCompatibleDC ( [ hdc ) : IntPtr
DeleteDC ( [ hdc ) : bool
DeleteObject ( [ hObject ) : bool
FormDisplay_FormClosed ( object sender, FormClosedEventArgs e ) : void
GetBitmapBits ( IntPtr hbmp, int cbBuffer, [ lpvBits ) : int
GetDC ( IntPtr hWnd ) : IntPtr
GetDeviceCaps ( IntPtr hdc, int nIndex ) : int
GetPixel ( IntPtr hdc, int nXPos, int nYPos ) : uint
GetWindowLong ( IntPtr hWnd, int nIndex ) : UInt32
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ReleaseDC ( IntPtr hWnd, IntPtr hDC ) : bool
SelectObject ( [ hdc, [ hgdiobj ) : IntPtr
SetLayeredWindowAttributes ( IntPtr hwnd, uint crKey, byte bAlpha, uint dwFlags ) : bool
SetWindowLong ( IntPtr hWnd, int nIndex, UInt32 dwNewLong ) : int
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool
StretchBlt ( IntPtr hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hdcSrc, int nXSrc, int nYSrc, int nWidthSrc, int nHeightSrc, long dwRop ) : bool
UpdateLayeredWindow ( IntPtr hwnd, IntPtr hdcDst, Point &pptDst, Size &psize, IntPtr hdcSrc, Point &pptSrc, uint crKey, [ pblend, uint dwFlags ) : bool
memcpy ( IntPtr dest, IntPtr src, int count ) : IntPtr
timer1_Tick ( object sender, EventArgs e ) : void

메소드 상세

ClearCanvus() 공개 메소드

public ClearCanvus ( ) : void
리턴 void

ClearCanvus() 공개 메소드

public ClearCanvus ( Graphics g ) : void
g Graphics
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

DrawButtons() 공개 메소드

public DrawButtons ( Graphics g, bool redrawbuttons, bool exiting = false ) : void
g Graphics
redrawbuttons bool
exiting bool
리턴 void

DrawButtons() 공개 메소드

public DrawButtons ( bool redrawbuttons, bool exiting = false ) : void
redrawbuttons bool
exiting bool
리턴 void

DrawSnapping() 공개 메소드

public DrawSnapping ( Rectangle rect ) : void
rect Rectangle
리턴 void

DrawStrokes() 공개 메소드

public DrawStrokes ( ) : void
리턴 void

DrawStrokes() 공개 메소드

public DrawStrokes ( Graphics g ) : void
g Graphics
리턴 void

FormDisplay() 공개 메소드

public FormDisplay ( Root root ) : System
root Root
리턴 System

L() 공개 메소드

public L ( int i, int j ) : uint
i int
j int
리턴 uint

Lnext() 공개 메소드

public Lnext ( ) : uint
리턴 uint

MoveStrokes() 공개 메소드

public MoveStrokes ( int dy ) : void
dy int
리턴 void

N1() 공개 메소드

public N1 ( int i, int j ) : uint
i int
j int
리턴 uint

N2() 공개 메소드

public N2 ( int i, int j ) : uint
i int
j int
리턴 uint

Nnext1() 공개 메소드

public Nnext1 ( ) : uint
리턴 uint

Nnext2() 공개 메소드

public Nnext2 ( ) : uint
리턴 uint

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

SnapShot() 공개 메소드

public SnapShot ( Rectangle rect ) : void
rect Rectangle
리턴 void

Test() 공개 메소드

public Test ( ) : int
리턴 int

ToTopMostThrough() 공개 메소드

public ToTopMostThrough ( ) : void
리턴 void

UpdateFormDisplay() 공개 메소드

public UpdateFormDisplay ( bool draw ) : void
draw bool
리턴 void

프로퍼티 상세

Root 공개적으로 프로퍼티

public Root,gInk Root
리턴 Root

gOneStrokeCanvus 공개적으로 프로퍼티

public Graphics gOneStrokeCanvus
리턴 Graphics

timer1 공개적으로 프로퍼티

public System.Windows.Forms.Timer timer1
리턴 System.Windows.Forms.Timer