ClearImage 8 Help
Copy Method
See Also  Send Feedback
Inlite.ClearImage Namespace > CiImage Class : Copy Method






ImageFrom
Copy image to another image

Syntax

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

Parameters

ImageFrom

Remarks

This method generates an error if Image object is a zone.

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.