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





Reads a PointF object with the specified name.

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

 Syntax

C#  Copy Code

public PointF ReadPointF (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

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

 Parameters

elementName

A string specifying the name of the element.

parentElement

The parent XML element.

 Return Value

Type: PointF
The read PointF value

 See Also

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