Class ImageFocalPoint
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public class ImageFocalPoint
Constructors
View SourceImageFocalPoint(decimal, decimal)
Declaration
public ImageFocalPoint(decimal left, decimal top)
Parameters
| Type | Name | Description |
|---|---|---|
| decimal | left | |
| decimal | top |
Properties
View SourceLeft
Declaration
public decimal Left { get; }
Property Value
| Type | Description |
|---|---|
| decimal |
Top
Declaration
public decimal Top { get; }
Property Value
| Type | Description |
|---|---|
| decimal |