Paste another image onto the image
Syntax
'Declaration
Public Function PasteImage( _
ByVal As CiImage, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Integer
'Usage
Dim instance As CiTools
Dim ImgSrc As CiImage
Dim left As System.Integer
Dim top As System.Integer
Dim value As System.Integer
value = instance.PasteImage(ImgSrc, left, top)
public System.int PasteImage(
CiImage ,
System.int ,
System.int
)
public function PasteImage(
: CiImage;
: System.Integer;
: System.Integer
): System.Integer;
public function PasteImage(
: CiImage,
: System.int,
: System.int
) : System.int;
public:
System.int PasteImage(
CiImage^ ,
System.int ,
System.int
)
Parameters
- ImgSrc
- Source image
- left
- Target position on object.Image. The default value is 0
- top
- Target position on object.Image. The default value is 0
See Also