Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImageCropCoordinates

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

    Constructors

    View Source

    ImageCropCoordinates(Decimal, Decimal, Decimal, Decimal)

    Declaration
    public ImageCropCoordinates(decimal x1, decimal y1, decimal x2, decimal y2)
    Parameters
    Type Name Description
    System.Decimal x1
    System.Decimal y1
    System.Decimal x2
    System.Decimal y2

    Properties

    View Source

    X1

    Declaration
    public decimal X1 { get; }
    Property Value
    Type Description
    System.Decimal
    View Source

    X2

    Declaration
    public decimal X2 { get; }
    Property Value
    Type Description
    System.Decimal
    View Source

    Y1

    Declaration
    public decimal Y1 { get; }
    Property Value
    Type Description
    System.Decimal
    View Source

    Y2

    Declaration
    public decimal Y2 { get; }
    Property Value
    Type Description
    System.Decimal
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ImageCropCoordinates(Decimal, Decimal, Decimal, Decimal)
    • Properties
      • X1
      • X2
      • Y1
      • Y2
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX