MissingRegionFromXml Method

Reads the region from XML on load of the document.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public override void FromXml(
	StorageReader storage,
	FileParsingContext parsingContext
)

Parameters

storage  StorageReader
Reader to load the region data from.
parsingContext  FileParsingContext
Context of the file operation.

See Also