BlitImage(String) Method

Kaliko Image Library

Kaliko.ImageLibrary
BlitImage(String) Method
Example 





Will load an image and place it on the destination image at top left corner.
Syntax
'Declaration
 
Public Overloads Sub BlitImage( _
   ByVal fileName As System.String _
) 
'Usage
 
Dim instance As KalikoImage
Dim fileName As System.String
 
instance.BlitImage(fileName)
public void BlitImage( 
   System.string fileName
)
public procedure BlitImage( 
    fileName: System.String
); 
public function BlitImage( 
   fileName : System.String
);
public: void BlitImage( 
   System.string* fileName
) 
public:
void BlitImage( 
   System.String^ fileName
) 

Parameters

fileName
Example
// Load image and place on top, left of our image
image.BlitImage(@"C:\Img\Stamp.png");
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