Click or drag to resize

IBitmapImagePaste Method (IBitmapImage, Int32, Int32)

Pastes the specified rectangular image into the destination image.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
void Paste(
	IBitmapImage pasteSourceImg,
	int destX,
	int destY
)

Parameters

pasteSourceImg
Type: CohesiveComputing.ImagingIBitmapImage
The image to paste.
destX
Type: SystemInt32
The start X position to paste.
destY
Type: SystemInt32
The start Y position to paste.
Exceptions
ExceptionCondition
ArgumentNullExceptionpasteSourceImg
NotSupportedExceptionOperation not supported for implementation of argument pasteSourceImg.
ArgumentOutOfRangeException destX or destY
See Also