Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeliveryApiImageExtensions

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public static class DeliveryApiImageExtensions

    Methods

    View Source

    GetImageCrops(ImageCropperValue)

    Declaration
    public static IEnumerable<ImageCrop>? GetImageCrops(this ImageCropperValue imageCropperValue)
    Parameters
    Type Name Description
    ImageCropperValue imageCropperValue
    Returns
    Type Description
    System.Nullable<IEnumerable<ImageCrop>>
    View Source

    GetImageFocalPoint(ImageCropperValue)

    Declaration
    public static ImageFocalPoint GetImageFocalPoint(this ImageCropperValue imageCropperValue)
    Parameters
    Type Name Description
    ImageCropperValue imageCropperValue
    Returns
    Type Description
    ImageFocalPoint
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetImageCrops(ImageCropperValue)
      • GetImageFocalPoint(ImageCropperValue)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX