BlitImage(KalikoImage) Method
Kaliko.ImageLibrary Namespace > KalikoImage Class > BlitImage Method : BlitImage(KalikoImage) Method |
Will take the source image and place it on the destination image at top left corner.
Syntax
'Declaration
Public Overloads Sub BlitImage( _ ByVal image As KalikoImage _ )
public void BlitImage( KalikoImage image )
Parameters
- image
Example
// Place the source image on top, left of our image var sourceImage = new KalikoImage(@"C:\Img\Stamp.png"); image.BlitImage(sourceImage);
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