Creates a new texture from a Uri, which can
be a file, HTTP, HTTPS, or FTP source. See Raster for a list
of supported raster formats.
[Visual Basic .NET] |
---|
Public Function LoadFromStringUri( _
ByVal Uri As String _
) As IAgStkGraphicsRendererTexture2D
|
[C#] |
---|
public IAgStkGraphicsRendererTexture2D LoadFromStringUri(
|
[Managed C++] |
---|
public: IAgStkGraphicsRendererTexture2D^ LoadFromStringUri(
|
[Java] |
---|
public IAgStkGraphicsRendererTexture2D loadFromStringUri(
|
[Unmanaged C++] |
---|
public: HRESULT LoadFromStringUri(
|
- Uri
- The Uri of the raster to create the texture from.