/ Assembly List / LJCFacilityManager / LJCPictureBox

Namespace - LJCFacilityManager


Syntax

C#
public class LJCPictureBox : PictureBox

A PictureBox control with extended features.

Public Methods
#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.
8 Methods

Private Methods
OnMouseDown Overrides the OnMouseDown event method.
OnMouseMove Overrides the OnMouseMove event method.
OnMouseUp Overrides the OnMouseUp event method.
OnPaint Overrides the OnPaint event method.
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.