/ Assembly List / LJCAppManager / LJCPictureBox

Namespace - LJCAppManager


Syntax

C#
public class LJCPictureBox : PictureBox

Provides additional functionality for a PictureBox control.

Public Methods
#ctor Initializes an object instance.
Load Loads the specified image.
LoadFromFile Loads the specified image file.
ReleaseResources Releases the active 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.
8 Methods

Private Methods
OnMouseDown Override for the MouseDown event.
OnMouseMove Override for the MouseMove event.
OnMouseUp Override for the MouseUp event.
OnPaint Override for the Paint event.
4 Methods

Properties
AllowCrop Indicates that a crop action is allowed.
DefaultImagePath The default image path.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.