DrawingVisualSerialisers SaveVisualToByteArray Method ElecNetKit Documentation
Store a visual in an array of bytes.

Namespace: ElecNetKit.Graphing.Util
Assembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
Syntax

public static byte[] SaveVisualToByteArray(
	this Visual v
)

Return Value

The serialised OnlineVisual.

Usage Note

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