Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImageCrop

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public class ImageCrop

    Constructors

    View Source

    ImageCrop(string?, int, int, ImageCropCoordinates?)

    Declaration
    public ImageCrop(string? alias, int width, int height, ImageCropCoordinates? coordinates)
    Parameters
    Type Name Description
    string alias
    int width
    int height
    ImageCropCoordinates coordinates

    Properties

    View Source

    Alias

    Declaration
    public string? Alias { get; }
    Property Value
    Type Description
    string
    View Source

    Coordinates

    Declaration
    public ImageCropCoordinates? Coordinates { get; }
    Property Value
    Type Description
    ImageCropCoordinates
    View Source

    Height

    Declaration
    public int Height { get; }
    Property Value
    Type Description
    int
    View Source

    Width

    Declaration
    public int Width { get; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX