Search Results for

    Show / Hide Table of Contents

    Class CropOriginAbsolute

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

    Properties

    X

    X-Coordinate of top left point of the cropping rectangle.

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

    Y

    Y-Coordinate of top left point of the cropping rectangle.

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

    Methods

    FromJson(String)

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

    Returns
    CropOriginAbsolute

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX