Search Results for

    Show / Hide Table of Contents

    Class RotateAction

    An ImageAction that allows rotating an image.

    Inheritance
    System.Object
    ImageActionBase
    RotateAction
    Inherited Members
    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: System.Dynamic.ExpandoObject
    Syntax
    public class RotateAction : ImageActionBase

    Properties

    Degrees

    Degrees to rotate the image in.

    Declaration
    public int Degrees { get; set; }
    Property Value
    System.Int32

    Direction

    Direction the rotation should be applied in.

    Declaration
    public RotateDirection Direction { get; set; }
    Property Value
    RotateDirection

    Methods

    FromJson(String)

    Declaration
    public static RotateAction FromJson(string data)
    Parameters
    System.String data

    Returns
    RotateAction

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX