C# Класс mobSocial.Core.Infrastructure.Media.PictureSizeExtensions

Extensions for picture size.
Показать файл Открыть проект

Открытые методы

Метод Описание
MapSize ( this pictureSizes, PictureSize size ) : void

Maps a new size to picture sizes collection

UpdateOrInsertSize ( this pictureSizes, PictureSize size ) : void

Overrides existing size with name as provided size with new values. Adds if the size doesn't exist

UpdateOrInsertSize ( this pictureSizes, string sizeName, int newWidth, int newHeight ) : void

Overrides existing size with name as provided size with new values. Adds if the size doesn't exist

Описание методов

MapSize() публичный статический Метод

Maps a new size to picture sizes collection
public static MapSize ( this pictureSizes, PictureSize size ) : void
pictureSizes this
size PictureSize
Результат void

UpdateOrInsertSize() публичный статический Метод

Overrides existing size with name as provided size with new values. Adds if the size doesn't exist
public static UpdateOrInsertSize ( this pictureSizes, PictureSize size ) : void
pictureSizes this
size PictureSize
Результат void

UpdateOrInsertSize() публичный статический Метод

Overrides existing size with name as provided size with new values. Adds if the size doesn't exist
public static UpdateOrInsertSize ( this pictureSizes, string sizeName, int newWidth, int newHeight ) : void
pictureSizes this
sizeName string
newWidth int
newHeight int
Результат void