Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImageCropperValue.ImageCropperCrop

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors.ValueConverters
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ImageCropperValue.ImageCropperCrop

    Properties

    View Source

    Alias

    Declaration
    public string? Alias { get; set; }
    Property Value
    Type Description
    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
    int
    View Source

    Width

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

    Methods

    View Source

    Equals(object?)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with the current object.

    Returns
    Type Description
    bool

    true if the specified object is equal to the current object; otherwise, false.

    View Source

    Equals(ImageCropperCrop?)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(ImageCropperValue.ImageCropperCrop? other)
    Parameters
    Type Name Description
    ImageCropperValue.ImageCropperCrop other

    An object to compare with this object.

    Returns
    Type Description
    bool

    true if the current object is equal to the other parameter; otherwise, false.

    View Source

    GetHashCode()

    Serves as the default hash function.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Operators

    View Source

    operator ==(ImageCropperCrop?, 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
    bool
    View Source

    operator !=(ImageCropperCrop?, 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
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX