Search Results for

    Show / Hide Table of Contents

    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 Source

    ImageSequenceChangeEventArgs(ImageMoveDirection)

    Constructor

    Declaration
    public ImageSequenceChangeEventArgs(ImageMoveDirection direction)
    Parameters
    Type Name Description
    ImageMoveDirection direction

    Properties

    | Improve this Doc View Source

    Direction

    defines the direction of the sequence change

    Declaration
    public ImageMoveDirection Direction { get; set; }
    Property Value
    Type Description
    ImageMoveDirection
    | Improve this Doc View Source

    PageNr

    number of the moved page

    Declaration
    public int PageNr { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx