C# 클래스 TileIconifier.Controls.PictureBox.PannablePictureBoxControlPanel

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: Jonno12345/TileIconifier

공개 메소드들

메소드 설명
PannablePictureBoxControlPanel ( ) : System
SetPannablePictureBoxControl ( PannablePictureBox value ) : void
UpdateControls ( ) : void
UpdateTrackBarAndZoom ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AlignFormClick ( object sender, AlignFormEventArgs eventArgs ) : void
DisableControls ( ) : void
EnableControls ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PannablePictureBoxControlPanel_Load ( object sender, EventArgs e ) : void
UpdateZoomPercentage ( ) : void
btnAlign_Click ( object sender, EventArgs e ) : void
btnEnlarge_MouseDown ( object sender, MouseEventArgs e ) : void
btnEnlarge_MouseUp ( object sender, MouseEventArgs e ) : void
btnOpenImage_Click ( object sender, EventArgs e ) : void
btnReset_Click ( object sender, EventArgs e ) : void
btnShrink_MouseDown ( object sender, MouseEventArgs e ) : void
btnShrink_MouseUp ( object sender, MouseEventArgs e ) : void
tmrEnlarge_Tick ( object sender, EventArgs e ) : void
tmrShrink_Tick ( object sender, EventArgs e ) : void
trkZoom_Scroll ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

PannablePictureBoxControlPanel() 공개 메소드

public PannablePictureBoxControlPanel ( ) : System
리턴 System

SetPannablePictureBoxControl() 공개 메소드

public SetPannablePictureBoxControl ( PannablePictureBox value ) : void
value PannablePictureBox
리턴 void

UpdateControls() 공개 메소드

public UpdateControls ( ) : void
리턴 void

UpdateTrackBarAndZoom() 공개 메소드

public UpdateTrackBarAndZoom ( ) : void
리턴 void