MindFusion.UI for WebForms Programmer's Guide

XmlPersistContext.WritePointF Method (PointF, String, XmlElement)

See Also
 





Writes a PointF with the specified name.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public XmlElement WritePointF (
    PointF point,
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function WritePointF( _
    point As PointF, _
    elementName As String, _
    parentElement As XmlElement _
) As XmlElement

 Parameters

point

Type: PointF
The PointF value to write.

elementName

Type: String
A string specifying the name of the element.

parentElement

Type: XmlElement
The parent XML element.

 Return Value

Type: XmlElement
The created XmlElement

 See Also