Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImageCropperValue.ImageCropperCrop

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

    Properties

    View Source

    Alias

    Declaration
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Coordinates

    Declaration
    public ImageCropperValue.ImageCropperCropCoordinates Coordinates { get; set; }
    Property Value
    Type Description
    ImageCropperValue.ImageCropperCropCoordinates
    View Source

    Height

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Width

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32

    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.ImageCropperCrop)

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

    GetHashCode()

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

    Operators

    View Source

    Equality(ImageCropperValue.ImageCropperCrop, ImageCropperValue.ImageCropperCrop)

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

    Inequality(ImageCropperValue.ImageCropperCrop, ImageCropperValue.ImageCropperCrop)

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