Search
XmlPersistContext.WritePointF Method (Double, Double, String, XmlElement)
See Also
 





Writes the specified Point under the specified name. The x and y components of the point are written as attributes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public XmlElement WritePointF (
    double x,
    double y,
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function WritePointF( _
    x As Double, _
    y As Double, _
    elementName As String, _
    parentElement As XmlElement _
) As XmlElement

 Parameters

x

y

elementName

parentElement

 Return Value

 See Also