Creates an ImageElement object from the specified URL string.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public static ImageElement FromUrl(
	string url
)
Visual Basic (Declaration)
Public Shared Function FromUrl ( _
	url As String _
) As ImageElement
Visual C++
public:
static ImageElement^ FromUrl(
	String^ url
)

Parameters

url
Type: System..::.String
A URL string that points to the file from which to create the ImageElement object.

Return Value

The ImageElement object this method creates.

See Also