Search Results for

    Show / Hide Table of Contents

    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 Source

    ImageRotateEventArgs(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 Source

    rotateAngle

    defines the Rotate and Flip option

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