ASP.NET Pack Programmer's Guide
Style.SaveTo Method
See Also
 





Serializes the style to the specified writer.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void SaveTo (
    BinaryWriter writer,
    PersistContext ctx
)

Visual Basic  Copy Code

Protected Overridable Sub SaveTo( _
    writer As BinaryWriter, _
    ctx As PersistContext _
)

 Parameters

writer

A BinaryWriter object the style data should be written to.

ctx

A PersistContext object providing contextual information about the serialization process and some helper serialization methods.

 See Also

Style Members
Style Class
MindFusion.Diagramming Namespace