Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImageCrop

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

    Constructors

    View Source

    ImageCrop(String, Int32, Int32, ImageCropCoordinates)

    Declaration
    public ImageCrop(string alias, int width, int height, ImageCropCoordinates coordinates)
    Parameters
    Type Name Description
    System.String alias
    System.Int32 width
    System.Int32 height
    ImageCropCoordinates coordinates

    Properties

    View Source

    Alias

    Declaration
    public string Alias { get; }
    Property Value
    Type Description
    System.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
    System.Int32
    View Source

    Width

    Declaration
    public int Width { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ImageCrop(String, Int32, Int32, ImageCropCoordinates)
    • Properties
      • Alias
      • Coordinates
      • Height
      • Width
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX