C# 클래스 Terrarium.Forms.GlassBottomPanel

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: eugeniomiro/Terrarium 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitializeComponent void
InvalidateViewportRect void
navigatePictureBox_Resize void

공개 메소드들

메소드 설명
GlassBottomPanel ( ) : System

보호된 메소드들

메소드 설명
OnResize ( EventArgs e ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
InvalidateViewportRect ( ) : void
navigatePictureBox_Resize ( object sender, System e ) : void

Make sure we invalidate the viewport rectangle if the size of the picture box changes. In the current implementation this won't happen, but this will help enable a skinning mode.

메소드 상세

GlassBottomPanel() 공개 메소드

public GlassBottomPanel ( ) : System
리턴 System

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void