C# Class CloudinaryDotNet.Actions.TextParams

Parameters of generating an image of a given textual string
Inheritance: BaseParams
Afficher le fichier Open project: cloudinary/CloudinaryDotNet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Check ( ) : void

Validate object model

TextParams ( ) : System

Default constructor

TextParams ( string text ) : System

Parameterized constructor

ToParamsDictionary ( ) : object>.SortedDictionary

Maps object model to dictionary of parameters in cloudinary notation

Method Details

Check() public méthode

Validate object model
public Check ( ) : void
Résultat void

TextParams() public méthode

Default constructor
public TextParams ( ) : System
Résultat System

TextParams() public méthode

Parameterized constructor
public TextParams ( string text ) : System
text string Text to draw
Résultat System

ToParamsDictionary() public méthode

Maps object model to dictionary of parameters in cloudinary notation
public ToParamsDictionary ( ) : object>.SortedDictionary
Résultat object>.SortedDictionary