Class DeliveryApiImageExtensions
Inheritance
object
Namespace: Umbraco.Extensions
Assembly: Umbraco.Infrastructure.dll
Syntax
public static class DeliveryApiImageExtensions
Methods
View SourceGetImageCrops(ImageCropperValue)
Declaration
public static IEnumerable<ImageCrop>? GetImageCrops(this ImageCropperValue imageCropperValue)
Parameters
| Type | Name | Description |
|---|---|---|
| ImageCropperValue | imageCropperValue |
Returns
| Type | Description |
|---|---|
| IEnumerable<ImageCrop> |
GetImageFocalPoint(ImageCropperValue)
Declaration
public static ImageFocalPoint? GetImageFocalPoint(this ImageCropperValue imageCropperValue)
Parameters
| Type | Name | Description |
|---|---|---|
| ImageCropperValue | imageCropperValue |
Returns
| Type | Description |
|---|---|
| ImageFocalPoint |