Search Results for

    Show / Hide Table of Contents

    Class ImageCropperValue.ImageCropperFocalPoint

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

    Properties

    Left

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

    Top

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

    Methods

    Equals(Object)

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

    Equals(ImageCropperValue.ImageCropperFocalPoint)

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

    GetHashCode()

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

    Operators

    Equality(ImageCropperValue.ImageCropperFocalPoint, ImageCropperValue.ImageCropperFocalPoint)

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

    Inequality(ImageCropperValue.ImageCropperFocalPoint, ImageCropperValue.ImageCropperFocalPoint)

    Declaration
    public static bool operator !=(ImageCropperValue.ImageCropperFocalPoint left, ImageCropperValue.ImageCropperFocalPoint right)
    Parameters
    Type Name Description
    ImageCropperValue.ImageCropperFocalPoint left
    ImageCropperValue.ImageCropperFocalPoint right
    Returns
    Type Description
    System.Boolean
    In This Article
    • Properties
      • Left
      • Top
    • Methods
      • Equals(Object)
      • Equals(ImageCropperValue.ImageCropperFocalPoint)
      • GetHashCode()
    • Operators
      • Equality(ImageCropperValue.ImageCropperFocalPoint, ImageCropperValue.ImageCropperFocalPoint)
      • Inequality(ImageCropperValue.ImageCropperFocalPoint, ImageCropperValue.ImageCropperFocalPoint)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX