C# 클래스 CloudinaryDotNet.Actions.TextParams

Parameters of generating an image of a given textual string
상속: BaseParams
파일 보기 프로젝트 열기: cloudinary/CloudinaryDotNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Check() 공개 메소드

Validate object model
public Check ( ) : void
리턴 void

TextParams() 공개 메소드

Default constructor
public TextParams ( ) : System
리턴 System

TextParams() 공개 메소드

Parameterized constructor
public TextParams ( string text ) : System
text string Text to draw
리턴 System

ToParamsDictionary() 공개 메소드

Maps object model to dictionary of parameters in cloudinary notation
public ToParamsDictionary ( ) : object>.SortedDictionary
리턴 object>.SortedDictionary