C# 클래스 Cloudinary.TransformationBase

상속: ITransformation
파일 보기 프로젝트 열기: thomasvm/cloudinary-dotnet

공개 메소드들

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

메소드 상세

GetFormat() 공개 메소드

public GetFormat ( ) : string
리턴 string

SetFixedCroppingPosition() 공개 메소드

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
리턴 void

ToCloudinary() 공개 메소드

public ToCloudinary ( ) : string
리턴 string