Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetCropUrl ( int width, int height, double devicePixelRatio = null ) : string | ||
TypedPictureElement ( IPublishedContent content, string propertyAlias = "umbracoFile", ImageCropMode imageCropMode = ImageCropMode.Crop ) : System.Collections.Generic |
public GetCropUrl ( int width, int height, double devicePixelRatio = null ) : string | ||
width | int | |
height | int | |
devicePixelRatio | double | |
return | string |
public TypedPictureElement ( IPublishedContent content, string propertyAlias = "umbracoFile", ImageCropMode imageCropMode = ImageCropMode.Crop ) : System.Collections.Generic | ||
content | IPublishedContent | |
propertyAlias | string | |
imageCropMode | ImageCropMode | |
return | System.Collections.Generic |