Property | Type | Description | |
---|---|---|---|
OverlayColor | Color | ||
PannablePictureBoxImage | |||
ShowTextOverlay | bool | ||
TextOverlay | string | ||
TextOverlayPoint | Point |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
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 |
public CenterImage ( bool invalidateImage = true ) : void | ||
invalidateImage | bool | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public PannablePictureBoxImage_OnPannablePictureImagePropertyChange ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public ResetZoom ( bool invalidateImage = true ) : void | ||
invalidateImage | bool | |
return | void |
public SetImage ( Image image, int width, int height, int x, int y ) : void | ||
image | Image | |
width | int | |
height | int | |
x | int | |
y | int | |
return | void |
public PannablePictureBoxImage,TileIconifier.Controls.PictureBox PannablePictureBoxImage | ||
return |