次の方法で共有


PerspectiveProjection コンストラクター

定義

オーバーロード

PerspectiveProjection()

PerspectiveProjection クラスの新しいインスタンスを初期化します。

PerspectiveProjection(OpenXmlElement[])

指定した子要素を使用して PerspectiveProjection クラスの新しいインスタンスを初期化します。

PerspectiveProjection(IEnumerable<OpenXmlElement>)

指定した子要素を使用して PerspectiveProjection クラスの新しいインスタンスを初期化します。

PerspectiveProjection(String)

外部 XML から PerspectiveProjection クラスの新しいインスタンスを初期化します。

PerspectiveProjection()

PerspectiveProjection クラスの新しいインスタンスを初期化します。

public PerspectiveProjection ();
Public Sub New ()

適用対象

PerspectiveProjection(OpenXmlElement[])

指定した子要素を使用して PerspectiveProjection クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

PerspectiveProjection(IEnumerable<OpenXmlElement>)

指定した子要素を使用して PerspectiveProjection クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

PerspectiveProjection(String)

外部 XML から PerspectiveProjection クラスの新しいインスタンスを初期化します。

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

パラメーター

outerXml
String

要素の外部 XML を指定します。

適用対象