Camera Constructors

Definition

Overloads

Camera()

Initializes a new instance of the Camera class.

Camera(OpenXmlElement[])

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

Camera(IEnumerable<OpenXmlElement>)

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

Camera(String)

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

Camera()

Initializes a new instance of the Camera class.

public Camera ();
Public Sub New ()

Applies to

Camera(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Camera(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Camera(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to