Search Results for

    Show / Hide Table of Contents

    Interface IImageViewer

    Namespace: Simplic.ImageProcessing.Interfaces
    Assembly: Simplic.ImageProcessing.dll
    Syntax
    public interface IImageViewer

    Methods

    | Improve this Doc View Source

    GetViewer()

    passes surface viewer

    Declaration
    GdViewer GetViewer()
    Returns
    Type Description
    GdPicture14.GdViewer
    | Improve this Doc View Source

    ImageChanged(Byte[], ImageChangeTypes)

    function to fire the event after changes at the image

    Declaration
    void ImageChanged(byte[] imageData, ImageChangeTypes changeType)
    Parameters
    Type Name Description
    System.Byte[] imageData

    changed image data

    ImageChangeTypes changeType

    type of change

    Events

    | Improve this Doc View Source

    OnImageChanged

    event to pass the changed data

    Declaration
    event OnImageChangedDelegate OnImageChanged
    Event Type
    Type Description
    OnImageChangedDelegate
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx