Search
PersistContext Methods
 


 Public Methods

  Name Description

GetObsoleteValue

This method supports the MindFusion.Diagramming infrastructure and is not intended to be used directly from your code.

LoadAnchorPattern

Loads an anchor pattern from the underlying stream.

LoadBrush

Loads a Brush from the underlying stream.

LoadColor

Loads a color from the underlying stream.

LoadColorArray

Loads a color array from the underlying stream.

LoadFloatArray

Loads a float array from the underlying stream.

LoadFont

Loads a font from the underlying stream.

LoadHashtable

Loads a hashtable from the underlying stream.

LoadImage

Loads an image from the underlying stream.

LoadObject

Loads an IPersists object from the underlying stream.

LoadPen

Loads a pen from the underlying stream.

loadPtfArray

Loads a PointF array from the underlying stream.

LoadRect

Loads a rectangle from the underlying stream.

LoadRectF

Loads a rectangle from the underlying stream.

LoadReference

Loads a reference for the specified referer.

LoadRemainingObjects

Loads the remaining referenced objects from the underlying stream.

LoadShape

Loads a shape from the underlying stream.

LoadSizeF

Loads a SizeF object from the underlying stream.

LoadStringFormat

Loads a string format from the underlying stream.

LoadSvg

Loads an SvgContent object from the underlying stream.

LoadTag

Loads an object from the underlying stream.

LoadTheme

Loads a Theme object from the underlying stream.

LoadThickness

Loads a Thickness object from the underlying stream.

LoadVisioContent

Loads a VisioContent object from the underlying stream.

ReadHeader

Reads the binary file format header from the underlying stream and throws an exception if the header is not recognized.

SaveAnchorPattern

Saves the specified anchor pattern to the underlying stream.

SaveBrush

Saves the specified Brush to the underlying stream.

SaveColor

Saves the specified color to the underlying stream.

SaveColorArray

Saves the specified color array to the underlying stream.

SaveFloatArray

Saves the specified float array to the underlying stream.

SaveFont

Saves the specified font to the underlying stream.

SaveHashtable

Saves the specified hashtable to the underlying stream.

SaveImage

Saves the specified image to the underlying stream.

SaveObject

Writes the specified IPersists object to the underlying stream.

SavePen

Saves the specified pen to the underlying stream.

SavePtfArray

Saves the specified PointF array to the underlying stream.

SaveRect

Saves the specified rectangle to the underlying stream.

SaveRectF

Saves the specified rectangle to the underlying stream.

SaveReference

Saves the specified reference for the specified referer.

SaveShape

Saves the specified shape to the underlying stream.

SaveSizeF

Saves the specified SizeF to the underlying stream.

SaveStringFormat

Saves the specified string format to the underlying stream.

SaveSvg

Saves the specified SvgContent in the underlying stream.

SaveTag

Saves the specified object to the underlying stream.

SaveTheme

Saves the specified Theme in the underlying stream.

SaveThickness

Saves the specified Thickness to the underlying stream.

SaveVisioContent

Saves the specified VisioContent in the underlying stream.

SetReferences

Updates all references among loaded objects.

TryLoadRemainingObjects

Loads the remaining referenced objects from the underlying stream.

WriteHeader

Writes the binary file format header to the underlying stream.

WriteReferencedObjects

Writes all referenced objects to the underlying stream.

 See Also