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
C#
![]() |
---|
public XmlElement WritePointF ( |
Visual Basic
![]() |
---|
Public Function WritePointF( _ |
Type: Single
The x component of the point
Type: Single
The y component of the point
A string specifying the name of the element.
The parent XML element.
Type: XmlElement
The created XmlElement