ClearImage 8 Help
PasteImage Method
See Also  Send Feedback
Inlite.ClearImage Namespace > CiTools Class : PasteImage Method






ImgSrc
left

Target position on CiTools.Image object.

top

Target position on CiTools.Image object.

Paste another image

Syntax

Visual Basic (Declaration) 
Public Function PasteImage( _
   ByVal ImgSrc As CiImage, _
   ByVal left As Integer, _
   ByVal top As Integer _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As CiTools
Dim ImgSrc As CiImage
Dim left As Integer
Dim top As Integer
Dim value As Integer
 
value = instance.PasteImage(ImgSrc, left, top)
C# 
public int PasteImage( 
   CiImage ImgSrc,
   int left,
   int top
)
Delphi 
public function PasteImage( 
    ImgSrc: CiImage;
    left: Integer;
    top: Integer
): Integer; 
JScript 
public function PasteImage( 
   ImgSrc : CiImage,
   left : int,
   top : int
) : int;
Managed Extensions for C++ 
public: int PasteImage( 
   CiImage* ImgSrc,
   int left,
   int top
) 
C++/CLI 
public:
int PasteImage( 
   CiImage^ ImgSrc,
   int left,
   int top
) 

Parameters

ImgSrc
left

Target position on CiTools.Image object.

top

Target position on CiTools.Image object.

Remarks

This method generates an error if Image property is a zone.
BitsPerPixel property of object.Image and ImgSrc should be the same.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.