Search
XmlPersistContext.WriteSizeF Method
See Also
 






Writes a Size with the specified name.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public XElement WriteSizeF (
    Size size,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WriteSizeF( _
    size As Size, _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

size

The .NET Size object to write.

elementName

The name of the element under which the object should be written.

parentElement

The parent element of the newly created node.

 Return Value

 See Also