C# 클래스 Pipl.APIs.Data.Fields.Image

상속: Field
파일 보기 프로젝트 열기: piplcom/piplapis-csharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GenerateRedundantThumbnailUrl ( Image firstImage, Image secondImage, int width, int height, bool showFavicon = null, bool zoomFace = null, bool useHttps = false ) : string
GetThumbnailUrl ( int width, int height, bool showFavicon = null, bool zoomFace = null, bool useHttps = false ) : string
Image ( string url = null, string thumbnailToken = null, System.DateTime validSince = null ) : System
ToString ( ) : string

메소드 상세

GenerateRedundantThumbnailUrl() 공개 정적인 메소드

public static GenerateRedundantThumbnailUrl ( Image firstImage, Image secondImage, int width, int height, bool showFavicon = null, bool zoomFace = null, bool useHttps = false ) : string
firstImage Image
secondImage Image
width int
height int
showFavicon bool
zoomFace bool
useHttps bool
리턴 string

GetThumbnailUrl() 공개 메소드

public GetThumbnailUrl ( int width, int height, bool showFavicon = null, bool zoomFace = null, bool useHttps = false ) : string
width int
height int
showFavicon bool
zoomFace bool
useHttps bool
리턴 string

Image() 공개 메소드

public Image ( string url = null, string thumbnailToken = null, System.DateTime validSince = null ) : System
url string
thumbnailToken string
validSince System.DateTime
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string