Point Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Point() |
Initializes a new instance of the Point class. |
Point(OpenXmlElement[]) |
Initializes a new instance of the Point class with the specified child elements. |
Point(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the Point class with the specified child elements. |
Point(String) |
Initializes a new instance of the Point class from outer XML. |
Point()
Initializes a new instance of the Point class.
public Point ();
Public Sub New ()
Applies to
Point(OpenXmlElement[])
Initializes a new instance of the Point class with the specified child elements.
public Point (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Diagrams.Point : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Diagrams.Point
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
Point(IEnumerable<OpenXmlElement>)
Initializes a new instance of the Point class with the specified child elements.
public Point (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Diagrams.Point : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Diagrams.Point
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
Point(String)
Initializes a new instance of the Point class from outer XML.
public Point (string outerXml);
new DocumentFormat.OpenXml.Drawing.Diagrams.Point : string -> DocumentFormat.OpenXml.Drawing.Diagrams.Point
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.