Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImageCropperValue.ImageCropperCropCoordinates

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors.ValueConverters
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ImageCropperCropCoordinates : IEquatable<ImageCropperValue.ImageCropperCropCoordinates>

    Properties

    View Source

    X1

    Declaration
    public decimal X1 { get; set; }
    Property Value
    Type Description
    System.Decimal
    View Source

    X2

    Declaration
    public decimal X2 { get; set; }
    Property Value
    Type Description
    System.Decimal
    View Source

    Y1

    Declaration
    public decimal Y1 { get; set; }
    Property Value
    Type Description
    System.Decimal
    View Source

    Y2

    Declaration
    public decimal Y2 { get; set; }
    Property Value
    Type Description
    System.Decimal

    Methods

    View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    View Source

    Equals(ImageCropperValue.ImageCropperCropCoordinates)

    Declaration
    public bool Equals(ImageCropperValue.ImageCropperCropCoordinates other)
    Parameters
    Type Name Description
    ImageCropperValue.ImageCropperCropCoordinates other
    Returns
    Type Description
    System.Boolean
    View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    Operators

    View Source

    Equality(ImageCropperValue.ImageCropperCropCoordinates, ImageCropperValue.ImageCropperCropCoordinates)

    Declaration
    public static bool operator ==(ImageCropperValue.ImageCropperCropCoordinates left, ImageCropperValue.ImageCropperCropCoordinates right)
    Parameters
    Type Name Description
    ImageCropperValue.ImageCropperCropCoordinates left
    ImageCropperValue.ImageCropperCropCoordinates right
    Returns
    Type Description
    System.Boolean
    View Source

    Inequality(ImageCropperValue.ImageCropperCropCoordinates, ImageCropperValue.ImageCropperCropCoordinates)

    Declaration
    public static bool operator !=(ImageCropperValue.ImageCropperCropCoordinates left, ImageCropperValue.ImageCropperCropCoordinates right)
    Parameters
    Type Name Description
    ImageCropperValue.ImageCropperCropCoordinates left
    ImageCropperValue.ImageCropperCropCoordinates right
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • X1
      • X2
      • Y1
      • Y2
    • Methods
      • Equals(Object)
      • Equals(ImageCropperValue.ImageCropperCropCoordinates)
      • GetHashCode()
    • Operators
      • Equality(ImageCropperValue.ImageCropperCropCoordinates, ImageCropperValue.ImageCropperCropCoordinates)
      • Inequality(ImageCropperValue.ImageCropperCropCoordinates, ImageCropperValue.ImageCropperCropCoordinates)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX