C# Class Cloudinary.TransformationBase

Inheritance: ITransformation
Afficher le fichier Open project: thomasvm/cloudinary-dotnet

Méthodes publiques

Méthode Description
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

Method Details

GetFormat() public méthode

public GetFormat ( ) : string
Résultat string

SetFixedCroppingPosition() public méthode

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
Résultat void

ToCloudinary() public méthode

public ToCloudinary ( ) : string
Résultat string