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

Initializes a new instance of the Image class

Namespace:  Mogware.VisualStudio.ColladaNet.Images
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)

Syntax

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

Parameters

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

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

See Also