[]
Loads an image from the specified XmlNode.
public static Image LoadImage(XmlNode node)
Public Shared Function LoadImage(node As XmlNode) As Image
| Type | Name | Description |
|---|---|---|
| XmlNode | node | A XmlNode which contains the object data. |
| Type | Description |
|---|---|
| Image | The image. |