SvgExtensionsSaveAsSvg Method (Identicon, TextWriter, Boolean)
Saves an
Identicon icon as a Scalable Vector Graphics (SVG) file.
public static void SaveAsSvg(
this Identicon icon,
TextWriter writer,
bool fragment
)
<ExtensionAttribute>
Public Shared Sub SaveAsSvg (
icon As Identicon,
writer As TextWriter,
fragment As Boolean
)
Parameters
- iconJdenticonIdenticon
- The identicon to save.
- writerSystem.IOTextWriter
- The TextWriter to which the SVG data will be written.
- fragmentSystemBoolean
-
If true the generated SVG will not be encapsulated in the root svg element making
it suitable to be embedded in another SVG.
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
See Also