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

Inheritance: Field
Datei anzeigen Open project: piplcom/piplapis-csharp

Private Properties

Property Type Description

Public Methods

Method 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 method

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
return string

GetThumbnailUrl() public method

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
return string

Image() public method

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

ToString() public method

public ToString ( ) : string
return string