Class ImageSequenceChangeEventArgs
Argument for sequence change event. Contains all needed information
Inheritance
System.Object
System.EventArgs
ImageSequenceChangeEventArgs
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 ImageSequenceChangeEventArgs : EventArgs
Constructors
| Improve this Doc View SourceImageSequenceChangeEventArgs(ImageMoveDirection)
Constructor
Declaration
public ImageSequenceChangeEventArgs(ImageMoveDirection direction)
Parameters
Type | Name | Description |
---|---|---|
ImageMoveDirection | direction |
Properties
| Improve this Doc View SourceDirection
defines the direction of the sequence change
Declaration
public ImageMoveDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
ImageMoveDirection |
PageNr
number of the moved page
Declaration
public int PageNr { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |