| C# |
|---|
| public class LJCPictureBox : PictureBox |
| #ctor | Initializes an object instance. |
| Load | Loads the specified image. |
| LoadFromFile | Loads the specified image file. |
| ReleaseResources | Releases unmanaged resources. |
| RotateLeft | Rotates the image 90 degrees left. |
| RotateRight | Rotates the image 90 degrees right. |
| SaveImageFile | Saves the image to a file. |
| SelectImageFile | Displays a file selection dialog and loads the selected image file. |
| OnMouseDown | Overrides the OnMouseDown event method. |
| OnMouseMove | Overrides the OnMouseMove event method. |
| OnMouseUp | Overrides the OnMouseUp event method. |
| OnPaint | Overrides the OnPaint event method. |
| AllowCrop | Indicates that a crop action is allowed. |
| DefaultImagePath | The default image path. |