C# Class Cloudinary.TransformationBase

Inheritance: ITransformation
ファイルを表示 Open project: thomasvm/cloudinary-dotnet

Public Methods

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

public GetFormat ( ) : string
return string

SetFixedCroppingPosition() public method

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
return void

ToCloudinary() public method

public ToCloudinary ( ) : string
return string