C# Класс Cloudinary.TransformationBase

Наследование: ITransformation
Показать файл Открыть проект

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

Метод Описание
GetFormat ( ) : string
SetFixedCroppingPosition ( uint x, uint y ) : void

Sets the fixed cropping position, note that the x and y values are against the original image

ToCloudinary ( ) : string

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

GetFormat() публичный Метод

public GetFormat ( ) : string
Результат string

SetFixedCroppingPosition() публичный Метод

Sets the fixed cropping position, note that the x and y values are against the original image
public SetFixedCroppingPosition ( uint x, uint y ) : void
x uint the x value
y uint the y value
Результат void

ToCloudinary() публичный Метод

public ToCloudinary ( ) : string
Результат string