Search Results for

    Show / Hide Table of Contents

    Class ImageCropperValue.ImageCropperCrop

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

    Properties

    Alias

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

    Coordinates

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

    Height

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

    Width

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

    Methods

    Equals(Object)

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

    Equals(ImageCropperValue.ImageCropperCrop)

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

    GetHashCode()

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

    Operators

    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

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