C# 클래스 ComponentFactory.Krypton.Navigator.DropDockingIndicatorsRounded

Draws a window containing rounded docking indicators.
상속: NativeWindow, IDisposable, IDropDockingIndicator
파일 보기 프로젝트 열기: megakraken/Krypton

공개 메소드들

메소드 설명
Dispose ( ) : void

Make sure the resources are disposed of gracefully.

DropDockingIndicatorsRounded ( IPaletteDragDrop paletteDragDrop, IRenderer renderer, bool showLeft, bool showRight, bool showTop, bool showBottom, bool showMiddle ) : System

Initialize a new instance of the DropDockingIndicatorsRounded class.

Hide ( ) : void

Hide the window from display.

MouseReset ( ) : void

Ensure the state is updated to reflect the mouse not being over the control.

ScreenMouseMove ( Point screenPoint ) : int

Perofrm mouse hit testing against a screen point.

ShowRelative ( Rectangle screenRect ) : void

Show the window relative to provided screen rectangle.

비공개 메소드들

메소드 설명
UpdateLayeredWindow ( Rectangle rect ) : void

메소드 상세

Dispose() 공개 메소드

Make sure the resources are disposed of gracefully.
public Dispose ( ) : void
리턴 void

DropDockingIndicatorsRounded() 공개 메소드

Initialize a new instance of the DropDockingIndicatorsRounded class.
public DropDockingIndicatorsRounded ( IPaletteDragDrop paletteDragDrop, IRenderer renderer, bool showLeft, bool showRight, bool showTop, bool showBottom, bool showMiddle ) : System
paletteDragDrop IPaletteDragDrop Drawing palette.
renderer IRenderer Drawing renderer.
showLeft bool Show left hot area.
showRight bool Show right hot area.
showTop bool Show top hot area.
showBottom bool Show bottom hot area.
showMiddle bool Show middle hot area.
리턴 System

Hide() 공개 메소드

Hide the window from display.
public Hide ( ) : void
리턴 void

MouseReset() 공개 메소드

Ensure the state is updated to reflect the mouse not being over the control.
public MouseReset ( ) : void
리턴 void

ScreenMouseMove() 공개 메소드

Perofrm mouse hit testing against a screen point.
public ScreenMouseMove ( Point screenPoint ) : int
screenPoint Point Screen point.
리턴 int

ShowRelative() 공개 메소드

Show the window relative to provided screen rectangle.
public ShowRelative ( Rectangle screenRect ) : void
screenRect Rectangle Screen rectangle.
리턴 void