C# Class Cloudinary.Transformation

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

Public Methods

Method Description
ToCloudinary ( ) : string
Transformation ( int width, int height ) : System

Protected Methods

Method Description
GetSize ( ) : string

Method Details

GetSize() protected method

protected GetSize ( ) : string
return string

ToCloudinary() public method

public ToCloudinary ( ) : string
return string

Transformation() public method

public Transformation ( int width, int height ) : System
width int
height int
return System