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

파일 보기 프로젝트 열기: Jonno12345/TileIconifier 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OverlayColor Color
PannablePictureBoxImage PannablePictureBoxImage
ShowTextOverlay bool
TextOverlay string
TextOverlayPoint Point

공개 메소드들

메소드 설명
AlignBottom ( ) : void
AlignLeft ( ) : void
AlignRight ( ) : void
AlignTop ( ) : void
AlignXMiddle ( ) : void
AlignYMiddle ( ) : void
CenterImage ( bool invalidateImage = true ) : void
EnlargeImage ( ) : void
Nudge ( int x = null, int y = null ) : void
PannablePictureBox ( ) : System
PannablePictureBoxImage_OnPannablePictureImagePropertyChange ( object sender, EventArgs e ) : void
ResetImage ( ) : void
ResetZoom ( bool invalidateImage = true ) : void
SetImage ( Image image, int width, int height, int x, int y ) : void
SetZoom ( decimal value ) : void
ShrinkImage ( ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
Align ( int x = null, int y = null ) : void
DrawTextOverlay ( PaintEventArgs e ) : void
GetZoomPercentage ( ) : decimal
Image_OnPannablePictureNewImageSet ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

PannablePictureBox_Load ( object sender, EventArgs e ) : void
PctBox_MouseWheel ( object sender, MouseEventArgs e ) : void
SetResolution ( Image image, int width, int height ) : Image
TriggerUpdate ( bool invalidate = true ) : void
pctBox_Click ( object sender, EventArgs e ) : void
pctBox_DoubleClick ( object sender, EventArgs e ) : void
pctBox_MouseDown ( object sender, MouseEventArgs e ) : void
pctBox_MouseMove ( object sender, MouseEventArgs e ) : void
pctBox_MouseUp ( object sender, MouseEventArgs e ) : void
pctBox_Paint ( object sender, PaintEventArgs e ) : void

메소드 상세

AlignBottom() 공개 메소드

public AlignBottom ( ) : void
리턴 void

AlignLeft() 공개 메소드

public AlignLeft ( ) : void
리턴 void

AlignRight() 공개 메소드

public AlignRight ( ) : void
리턴 void

AlignTop() 공개 메소드

public AlignTop ( ) : void
리턴 void

AlignXMiddle() 공개 메소드

public AlignXMiddle ( ) : void
리턴 void

AlignYMiddle() 공개 메소드

public AlignYMiddle ( ) : void
리턴 void

CenterImage() 공개 메소드

public CenterImage ( bool invalidateImage = true ) : void
invalidateImage bool
리턴 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

EnlargeImage() 공개 메소드

public EnlargeImage ( ) : void
리턴 void

Nudge() 공개 메소드

public Nudge ( int x = null, int y = null ) : void
x int
y int
리턴 void

PannablePictureBox() 공개 메소드

public PannablePictureBox ( ) : System
리턴 System

PannablePictureBoxImage_OnPannablePictureImagePropertyChange() 공개 메소드

public PannablePictureBoxImage_OnPannablePictureImagePropertyChange ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

ResetImage() 공개 메소드

public ResetImage ( ) : void
리턴 void

ResetZoom() 공개 메소드

public ResetZoom ( bool invalidateImage = true ) : void
invalidateImage bool
리턴 void

SetImage() 공개 메소드

public SetImage ( Image image, int width, int height, int x, int y ) : void
image Image
width int
height int
x int
y int
리턴 void

SetZoom() 공개 메소드

public SetZoom ( decimal value ) : void
value decimal
리턴 void

ShrinkImage() 공개 메소드

public ShrinkImage ( ) : void
리턴 void

프로퍼티 상세

OverlayColor 공개적으로 프로퍼티

public Color OverlayColor
리턴 Color

PannablePictureBoxImage 공개적으로 프로퍼티

public PannablePictureBoxImage,TileIconifier.Controls.PictureBox PannablePictureBoxImage
리턴 PannablePictureBoxImage

ShowTextOverlay 공개적으로 프로퍼티

public bool ShowTextOverlay
리턴 bool

TextOverlay 공개적으로 프로퍼티

public string TextOverlay
리턴 string

TextOverlayPoint 공개적으로 프로퍼티

public Point TextOverlayPoint
리턴 Point