PngExtensionsSaveAsPng Method (Identicon, Stream)

Saves an Identicon icon as a Portable Network Graphics (PNG) file.
public static void SaveAsPng(
	this Identicon icon,
	Stream stream
)

Parameters

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

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