Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImageFocalPoint

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

    Constructors

    View Source

    ImageFocalPoint(decimal, decimal)

    Declaration
    public ImageFocalPoint(decimal left, decimal top)
    Parameters
    Type Name Description
    decimal left
    decimal top

    Properties

    View Source

    Left

    Declaration
    public decimal Left { get; }
    Property Value
    Type Description
    decimal
    View Source

    Top

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