C# 클래스 SpaceClaim.AddIn.Utilities.ApiGrooveTool

상속: Tool
파일 보기 프로젝트 열기: bcourter/SpaceClaim-AddIns

공개 메소드들

메소드 설명
ApiGrooveTool ( ) : System

보호된 메소드들

메소드 설명
AdjustSelection ( IDocObject docObject ) : IDocObject
OnClickStart ( Point cursorPos, Line cursorRay ) : bool
OnEnable ( bool enable ) : void
OnInitialize ( ) : void
OnMouseMove ( Point cursorPos, Line cursorRay, MouseButtons button ) : bool

비공개 메소드들

메소드 설명
Reset ( ) : void
Window_PreselectionChanged ( object sender, EventArgs e ) : void
apiSizeCommand_TextChanged ( object sender, CommandTextChangedEventArgs e ) : void

메소드 상세

AdjustSelection() 보호된 메소드

protected AdjustSelection ( IDocObject docObject ) : IDocObject
docObject IDocObject
리턴 IDocObject

ApiGrooveTool() 공개 메소드

public ApiGrooveTool ( ) : System
리턴 System

OnClickStart() 보호된 메소드

protected OnClickStart ( Point cursorPos, Line cursorRay ) : bool
cursorPos System.Drawing.Point
cursorRay Line
리턴 bool

OnEnable() 보호된 메소드

protected OnEnable ( bool enable ) : void
enable bool
리턴 void

OnInitialize() 보호된 메소드

protected OnInitialize ( ) : void
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( Point cursorPos, Line cursorRay, MouseButtons button ) : bool
cursorPos System.Drawing.Point
cursorRay Line
button MouseButtons
리턴 bool