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

Inheritance: PictureElement
Show file Open project: rasmuseeg/Our.Umbraco.Picture

Private Properties

Property Type Description

Public Methods

Method 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 method

public GetCropUrl ( int width, int height, double devicePixelRatio = null ) : string
width int
height int
devicePixelRatio double
return string

TypedPictureElement() public method

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