Search Results for

    Show / Hide Table of Contents

    Class CropSizeRelative

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

    Properties

    Height

    Height of the cropping rectangle in range [0, 1].

    Declaration
    public float Height { get; set; }
    Property Value
    System.Single

    Width

    Width of the cropping rectangle in range [0, 1].

    Declaration
    public float Width { get; set; }
    Property Value
    System.Single

    Methods

    FromJson(String)

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

    Returns
    CropSizeRelative

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX