C# 클래스 ARCed.UI.DockPanel.SplitterDragHandler

상속: DragHandler
파일 보기 프로젝트 열기: borisblizzard/arcreator

Private Properties

프로퍼티 타입 설명
GetMovingOffset int
GetSplitterOutlineBounds System.Drawing.Rectangle

공개 메소드들

메소드 설명
BeginDrag ( ISplitterDragSource dragSource, Rectangle rectSplitter ) : void
SplitterDragHandler ( DockPanel dockPanel ) : System.Drawing

보호된 메소드들

메소드 설명
OnDragging ( ) : void
OnEndDrag ( bool abort ) : void

비공개 메소드들

메소드 설명
GetMovingOffset ( Point ptMouse ) : int
GetSplitterOutlineBounds ( Point ptMouse ) : Rectangle

메소드 상세

BeginDrag() 공개 메소드

public BeginDrag ( ISplitterDragSource dragSource, Rectangle rectSplitter ) : void
dragSource ISplitterDragSource
rectSplitter System.Drawing.Rectangle
리턴 void

OnDragging() 보호된 메소드

protected OnDragging ( ) : void
리턴 void

OnEndDrag() 보호된 메소드

protected OnEndDrag ( bool abort ) : void
abort bool
리턴 void

SplitterDragHandler() 공개 메소드

public SplitterDragHandler ( DockPanel dockPanel ) : System.Drawing
dockPanel DockPanel
리턴 System.Drawing