Search Results for

    Show / Hide Table of Contents

    Class CropCenterRelative

    Inheritance
    System.Object
    CropPositionBase
    CropCenterRelative
    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 CropCenterRelative : CropPositionBase

    Properties

    X

    Relative horizontal position of center for crop. 0.5 designates the center of the image.

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

    Y

    Relative vertical position of center for crop. 0.5 designates the center of the image.

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

    Methods

    FromJson(String)

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

    Returns
    CropCenterRelative

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX