Create an image from a URL.
Syntax

[C#]

static XImage FromUrl(string inUrl);

[Visual Basic]

Shared Function FromUrl(inUrl As String) As XImage
Notes

Use this method to import an image from a URL. Note that at the moment only the QuickTimeMovie import module supports this functionality, so only movies can be imported from URLs.

Example

None.