SvgExtensionsSaveAsSvg Method (Identicon, TextWriter)

Saves an Identicon icon as a Scalable Vector Graphics (SVG) file.
public static void SaveAsSvg(
	this Identicon icon,
	TextWriter writer
)

Parameters

iconJdenticonIdenticon
The identicon to save.
writerSystem.IOTextWriter
The TextWriter to which the SVG 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
ArgumentNullExceptionwriter was null.

See Also

Reference