Reads a PointF object with the specified name.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
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
Return Value
Type: PointF The read PointF value
See Also
|