共用方式為


PointLight Constructors

Definition

Overloads

PointLight()

Initializes a new instance of the PointLight class.

PointLight(OpenXmlElement[])

Initializes a new instance of the PointLight class with the specified child elements.

PointLight(IEnumerable<OpenXmlElement>)

Initializes a new instance of the PointLight class with the specified child elements.

PointLight(String)

Initializes a new instance of the PointLight class from outer XML.

PointLight()

Initializes a new instance of the PointLight class.

public PointLight ();
Public Sub New ()

Applies to

PointLight(OpenXmlElement[])

Initializes a new instance of the PointLight class with the specified child elements.

public PointLight (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PointLight(IEnumerable<OpenXmlElement>)

Initializes a new instance of the PointLight class with the specified child elements.

public PointLight (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PointLight(String)

Initializes a new instance of the PointLight class from outer XML.

public PointLight (string outerXml);
new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight : string -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to