Search Results for

    Show / Hide Table of Contents

    Class ImageChangedEventArgs

    Argument image changed event. Contains all needed information

    Inheritance
    System.Object
    System.EventArgs
    ImageChangedEventArgs
    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 ImageChangedEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    ImageChangedEventArgs(Byte[], ImageChangeTypes)

    constructor inits changedData

    Declaration
    public ImageChangedEventArgs(byte[] changedData, ImageChangeTypes changeType)
    Parameters
    Type Name Description
    System.Byte[] changedData
    ImageChangeTypes changeType

    Properties

    | Improve this Doc View Source

    changedData

    contains the changed imagedata as tiff

    Declaration
    public byte[] changedData { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    changeType

    defines which type of changes were made

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