PngExtensionsSaveAsPngAsync Method (Identicon, Stream)

Saves an Identicon icon as a Portable Network Graphics (PNG) file asynchronously.
public static Task SaveAsPngAsync(
	this Identicon icon,
	Stream stream
)
Namespace
Jdenticon
Package
PackageJdenticon-net

Parameters

iconJdenticonIdenticon
The identicon to save.
streamSystem.IOStream
The stream to which the PNG data will be written.

Return Value

Task

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Identicon. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

Exceptions

ExceptionCondition
ArgumentNullExceptionstream was null.

See Also

Reference