ASP.NET Pack Programmer's Guide
XmlPersistContext.WritePointF Method (Single, Single, String, XmlElement)
See Also
 





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

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

x

Type: Single
The x component of the point

y

Type: Single
The y component of the point

elementName

A string specifying the name of the element.

parentElement

The parent XML element.

 Return Value

Type: XmlElement
The created XmlElement

 See Also

WritePointF Method Overload List
XmlPersistContext Members
XmlPersistContext Class
MindFusion.UI.WebForms Namespace