Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImageUrlGenerationOptions.FocalPointPosition

    The focal point position, in whatever units the registered IImageUrlGenerator uses, typically a percentage of the total image from 0.0 to 1.0.

    Inheritance
    System.Object
    Namespace: Umbraco.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class FocalPointPosition

    Constructors

    View Source

    FocalPointPosition(Decimal, Decimal)

    Declaration
    public FocalPointPosition(decimal top, decimal left)
    Parameters
    Type Name Description
    System.Decimal top
    System.Decimal left

    Properties

    View Source

    Left

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

    Top

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