C# 클래스 Faker.Placeholder

A collection of Placeholder related resources.
파일 보기 프로젝트 열기: AdmiringWorm/Faker.NET.Portable

공개 메소드들

메소드 설명
Placeholdit ( string size = "300x300", PlaceholditImageFormat format = PlaceholditImageFormat.png, string backgroundColor = null, string textColor = null, string text = null ) : string

Generates a url pointing to the website placehold.it.

메소드 상세

Placeholdit() 공개 정적인 메소드

Generates a url pointing to the website placehold.it.
/// /// If the is not in the format '300' and not in the format '300x300'. /// /// If the background color is not a hex color value without '#' /// If the text color is not a hex color value without '#' ///
public static Placeholdit ( string size = "300x300", PlaceholditImageFormat format = PlaceholditImageFormat.png, string backgroundColor = null, string textColor = null, string text = null ) : string
size string The size of the image
format PlaceholditImageFormat The format the image
backgroundColor string The image background color.
textColor string The image text/foreground color.
text string The text on the image.
리턴 string