LoadImage(String) Method

Kaliko Image Library

Kaliko.ImageLibrary
LoadImage(String) Method





File path
Load an image from local disk
Syntax
'Declaration
 
Public Overloads Sub LoadImage( _
   ByVal fileName As System.String _
) 
'Usage
 
Dim instance As KalikoImage
Dim fileName As System.String
 
instance.LoadImage(fileName)
public void LoadImage( 
   System.string fileName
)
public procedure LoadImage( 
    fileName: System.String
); 
public function LoadImage( 
   fileName : System.String
);
public: void LoadImage( 
   System.string* fileName
) 
public:
void LoadImage( 
   System.String^ fileName
) 

Parameters

fileName
File path
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