RegionBaseToXml Method

Writes the region to XML on save of the document.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public virtual void ToXml(
	StorageWriter storage,
	FileParsingContext parsingContext
)

Parameters

storage  StorageWriter
Writer to save the region data to.
parsingContext  FileParsingContext
Context of the file operation.

See Also