C# Class Our.Umbraco.Picture.Models.TypedPictureElement

Inheritance: PictureElement
Afficher le fichier Open project: rasmuseeg/Our.Umbraco.Picture

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetCropUrl ( int width, int height, double devicePixelRatio = null ) : string
TypedPictureElement ( IPublishedContent content, string propertyAlias = "umbracoFile", ImageCropMode imageCropMode = ImageCropMode.Crop ) : System.Collections.Generic

Method Details

GetCropUrl() public méthode

public GetCropUrl ( int width, int height, double devicePixelRatio = null ) : string
width int
height int
devicePixelRatio double
Résultat string

TypedPictureElement() public méthode

public TypedPictureElement ( IPublishedContent content, string propertyAlias = "umbracoFile", ImageCropMode imageCropMode = ImageCropMode.Crop ) : System.Collections.Generic
content IPublishedContent
propertyAlias string
imageCropMode ImageCropMode
Résultat System.Collections.Generic