C# 클래스 CloudinaryDotNet.ResponsiveBreakpoint

Allows to generate images for your responsive website in various width dimensions, and to define the minimum file size step (performance budget)
상속: Newtonsoft.Json.Linq.JObject
파일 보기 프로젝트 열기: cloudinary/CloudinaryDotNet

공개 메소드들

메소드 설명
BytesStep ( int bytesStep ) : ResponsiveBreakpoint

Set minimal file size step to generate images

BytesStep ( ) : int

Get minimal file size step

CreateDerived ( bool createDerived ) : ResponsiveBreakpoint

Set create_derived flag. If create_derived flag is enabled, the derived images don't need to be regenerated when first accessed by your users

IsCreateDerived ( ) : bool

Get value of the create_derived flag

MaxImages ( int maxImages ) : ResponsiveBreakpoint

Set maximum number of images to generate

MaxImages ( ) : int

Get maximal number of images to generate

MaxWidth ( int maxWidth ) : ResponsiveBreakpoint

Set maximal boundary of Width

MaxWidth ( ) : int

Get maximal width in pixels

MinWidth ( int minWidth ) : ResponsiveBreakpoint

Set minimal boundary of Width

MinWidth ( ) : int

Get minimal Width in pixels

ResponsiveBreakpoint ( ) : Newtonsoft.Json.Linq
Transformation ( Transformation transformation ) : ResponsiveBreakpoint

Set transformation to apply on the original image

메소드 상세

BytesStep() 공개 메소드

Set minimal file size step to generate images
public BytesStep ( int bytesStep ) : ResponsiveBreakpoint
bytesStep int File size step in bytes
리턴 ResponsiveBreakpoint

BytesStep() 공개 메소드

Get minimal file size step
public BytesStep ( ) : int
리턴 int

CreateDerived() 공개 메소드

Set create_derived flag. If create_derived flag is enabled, the derived images don't need to be regenerated when first accessed by your users
public CreateDerived ( bool createDerived ) : ResponsiveBreakpoint
createDerived bool
리턴 ResponsiveBreakpoint

IsCreateDerived() 공개 메소드

Get value of the create_derived flag
public IsCreateDerived ( ) : bool
리턴 bool

MaxImages() 공개 메소드

Set maximum number of images to generate
public MaxImages ( int maxImages ) : ResponsiveBreakpoint
maxImages int
리턴 ResponsiveBreakpoint

MaxImages() 공개 메소드

Get maximal number of images to generate
public MaxImages ( ) : int
리턴 int

MaxWidth() 공개 메소드

Set maximal boundary of Width
public MaxWidth ( int maxWidth ) : ResponsiveBreakpoint
maxWidth int Maximal width in pixels
리턴 ResponsiveBreakpoint

MaxWidth() 공개 메소드

Get maximal width in pixels
public MaxWidth ( ) : int
리턴 int

MinWidth() 공개 메소드

Set minimal boundary of Width
public MinWidth ( int minWidth ) : ResponsiveBreakpoint
minWidth int Minimal width in pixels
리턴 ResponsiveBreakpoint

MinWidth() 공개 메소드

Get minimal Width in pixels
public MinWidth ( ) : int
리턴 int

ResponsiveBreakpoint() 공개 메소드

public ResponsiveBreakpoint ( ) : Newtonsoft.Json.Linq
리턴 Newtonsoft.Json.Linq

Transformation() 공개 메소드

Set transformation to apply on the original image
public Transformation ( Transformation transformation ) : ResponsiveBreakpoint
transformation Transformation
리턴 ResponsiveBreakpoint