C# 클래스 MonoReports.Tools.LineTool

상속: BaseTool
파일 보기 프로젝트 열기: modesto/monoreports

보호된 프로퍼티들

프로퍼티 타입 설명
currentSection MonoReports.ControlView.SectionView
endPointHit bool
line Line
startPointHit bool

공개 메소드들

메소드 설명
CreateNewControl ( SectionView sectionView ) : void
LineTool ( DesignService designService ) : System
OnAfterDraw ( Context c ) : void
OnBeforeDraw ( Context c ) : void
OnMouseDown ( ) : void
OnMouseMove ( ) : void
OnMouseUp ( ) : void

보호된 메소드들

메소드 설명
createLine ( double x, double y ) : Line

메소드 상세

CreateNewControl() 공개 메소드

public CreateNewControl ( SectionView sectionView ) : void
sectionView MonoReports.ControlView.SectionView
리턴 void

LineTool() 공개 메소드

public LineTool ( DesignService designService ) : System
designService MonoReports.Services.DesignService
리턴 System

OnAfterDraw() 공개 메소드

public OnAfterDraw ( Context c ) : void
c Cairo.Context
리턴 void

OnBeforeDraw() 공개 메소드

public OnBeforeDraw ( Context c ) : void
c Cairo.Context
리턴 void

OnMouseDown() 공개 메소드

public OnMouseDown ( ) : void
리턴 void

OnMouseMove() 공개 메소드

public OnMouseMove ( ) : void
리턴 void

OnMouseUp() 공개 메소드

public OnMouseUp ( ) : void
리턴 void

createLine() 보호된 메소드

protected createLine ( double x, double y ) : Line
x double
y double
리턴 Line

프로퍼티 상세

currentSection 보호되어 있는 프로퍼티

protected SectionView,MonoReports.ControlView currentSection
리턴 MonoReports.ControlView.SectionView

endPointHit 보호되어 있는 프로퍼티

protected bool endPointHit
리턴 bool

line 보호되어 있는 프로퍼티

protected Line line
리턴 Line

startPointHit 보호되어 있는 프로퍼티

protected bool startPointHit
리턴 bool