C# Class Pipl.APIs.Data.Fields.Image

Inheritance: Field
Afficher le fichier Open project: piplcom/piplapis-csharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

GenerateRedundantThumbnailUrl() public static méthode

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
Résultat string

GetThumbnailUrl() public méthode

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
Résultat string

Image() public méthode

public Image ( string url = null, string thumbnailToken = null, System.DateTime validSince = null ) : System
url string
thumbnailToken string
validSince System.DateTime
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string