Writes the specified PointF under the specified name. The x and y components of the point are written as attributes. Namespace: MindFusion.UI.Web
|
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
Type: String
A string specifying the name of the element.
Type: XmlElement
The parent XML element.
Type: XmlElement
The created XmlElement