Search Results for

    Show / Hide Table of Contents

    Class GravityBasedCropAction

    An ImageAction that allows cropping an image, weighing the cropping rectangle on a gravity.

    Inheritance
    System.Object
    ImageActionBase
    CropActionGeneric
    CropActionAbsoluteSizeBase
    GravityBasedCropAction
    Inherited Members
    CropActionAbsoluteSizeBase.Height
    CropActionAbsoluteSizeBase.Width
    CropActionGeneric.Position
    CropActionGeneric.Size
    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 GravityBasedCropAction : CropActionAbsoluteSizeBase

    Properties

    Gravity

    Declaration
    public CropGravity Gravity { get; set; }
    Property Value
    CropGravity

    Methods

    FromJson(String)

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

    Returns
    GravityBasedCropAction

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX