C# 클래스 HamSketch.Tools.Digitizer

상속: BaseTool
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
Digitizer ( int maxPoints ) : System
OnFinished ( System.Point points ) : void
OnMouseUp ( MouseEventArgs e ) : void

비공개 메소드들

메소드 설명
PointListToArray ( List pList ) : System.Point[]

메소드 상세

Digitizer() 공개 메소드

public Digitizer ( int maxPoints ) : System
maxPoints int
리턴 System

OnFinished() 공개 메소드

public OnFinished ( System.Point points ) : void
points System.Point
리턴 void

OnMouseUp() 공개 메소드

public OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void