IdenticonResultFromIcon Method

Creates an IdenticonResult instance with a hash of the specified object.
public static IdenticonResult FromIcon(
	Identicon icon,
	ExportImageFormat format = ExportImageFormat.Png
)

Parameters

iconJdenticonIdenticon
The Identicon to be rendered.
formatJdenticonExportImageFormat (Optional)
The format of the generated icon.

Return Value

IdenticonResult

Exceptions

ExceptionCondition
ArgumentNullExceptionicon was null.

See Also

Reference