LoadImageFromUrl Method

Kaliko Image Library

Kaliko.ImageLibrary
LoadImageFromUrl Method





Load an image from an URL
Syntax
'Declaration
 
Public Sub LoadImageFromUrl( _
   ByVal url As System.String _
) 
'Usage
 
Dim instance As KalikoImage
Dim url As System.String
 
instance.LoadImageFromUrl(url)
public void LoadImageFromUrl( 
   System.string url
)
public procedure LoadImageFromUrl( 
    url: System.String
); 
public function LoadImageFromUrl( 
   url : System.String
);
public: void LoadImageFromUrl( 
   System.string* url
) 
public:
void LoadImageFromUrl( 
   System.String^ url
) 

Parameters

url
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

This documentation was created using Document! X from Innovasys