Search Results for

    Show / Hide Table of Contents

    Class CropSizeAbsolute

    Inheritance
    System.Object
    CropSizeBase
    CropSizeAbsolute
    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 CropSizeAbsolute : CropSizeBase

    Properties

    Height

    Height of the cropping rectangle.

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

    Width

    Width of the cropping rectangle.

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

    Methods

    FromJson(String)

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

    Returns
    CropSizeAbsolute

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX