[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Lens class

Namespace:  Mogware.VisualStudio.ColladaNet.Camera
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3213 (1.0.0.3213)

Syntax

C#
public Lens(
	XmlElement element
)
Visual Basic (Declaration)
Public Sub New ( _
	element As XmlElement _
)
Visual C++
public:
Lens(
	XmlElement^ element
)

Parameters

element
Type: System.Xml..::.XmlElement

[Missing <param name="element"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Camera.Lens.#ctor(System.Xml.XmlElement)"]

See Also