C# 클래스 Dalssoft.DiagramNet.LineController

This class is the controller for LineElement
상속: IController
파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
el LineElement

공개 메소드들

메소드 설명
DrawSelection ( Graphics g ) : void
HitTest ( Point p ) : bool
HitTest ( Rectangle r ) : bool
LineController ( LineElement element ) : System

메소드 상세

DrawSelection() 공개 메소드

public DrawSelection ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

HitTest() 공개 메소드

public HitTest ( Point p ) : bool
p Point
리턴 bool

HitTest() 공개 메소드

public HitTest ( Rectangle r ) : bool
r System.Drawing.Rectangle
리턴 bool

LineController() 공개 메소드

public LineController ( LineElement element ) : System
element LineElement
리턴 System

프로퍼티 상세

el 보호되어 있는 프로퍼티

protected LineElement,Dalssoft.DiagramNet el
리턴 LineElement