Class ImageRotateEventArgs
Argument for rotate click event. Contains all needed information
Inheritance
System.Object
System.EventArgs
ImageRotateEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.ImageProcessing
Assembly: Simplic.ImageProcessing.dll
Syntax
public class ImageRotateEventArgs : EventArgs
Constructors
| Improve this Doc View SourceImageRotateEventArgs(RotateFlipType)
Constructor
Declaration
public ImageRotateEventArgs(RotateFlipType rotateAngle)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.RotateFlipType | rotateAngle | init the rotateangle in the eventargs |
Properties
| Improve this Doc View SourcerotateAngle
defines the Rotate and Flip option
Declaration
public RotateFlipType rotateAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.RotateFlipType |