Search
XmlContext.ReadPointF Method (XElement)
See Also
 






Reads a .NET PointF object from the specified element.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public PointF ReadPointF (
    XElement element
)

Visual Basic  Copy Code

Public Function ReadPointF( _
    element As XElement _
) As PointF

 Parameters

element

The element to load from.

 Return Value

An instance of the .NET PointF structure representing the read point, or PointF.Empty if reading has failed.

 See Also