Search Results for

    Show / Hide Table of Contents

    Class CropActionGeneric

    Parameters for cropping actions.

    Inheritance
    System.Object
    ImageActionBase
    CropActionGeneric
    CropActionAbsoluteSizeBase
    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 CropActionGeneric : ImageActionBase

    Properties

    Position

    Defines position of cropping rectangle.

    Declaration
    public CropPositionBase Position { get; set; }
    Property Value
    CropPositionBase

    Size

    Defines size of cropping rectangle.

    Declaration
    public CropSizeBase Size { get; set; }
    Property Value
    CropSizeBase

    Methods

    FromJson(String)

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

    Returns
    CropActionGeneric

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX