Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImageCropperValue.ImageCropperFocalPoint

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

    Properties

    View Source

    Left

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

    Top

    Declaration
    public decimal Top { 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.ImageCropperFocalPoint)

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

    GetHashCode()

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

    Operators

    View Source

    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
    View Source

    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
    • Improve this Doc
    • View Source
    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