Search
GraphicObject.Deserialize Method
See Also
 





Creates and returns a new graphics object according to its string representation.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public static GraphicObject Deserialize (
    string image
)

Visual Basic  Copy Code

Public Shared Function Deserialize ( _
    image As String _
) As GraphicObject

 Parameters

image
A string that represents the serialized object.

 Return Value

An instance of the GraphicObject class.

 See Also