- returnImage
- The RasterImage which will contains the merge result.
- originalImage
- The RasterImage to be merged with the returnImage
Visual Basic (Declaration) | |
---|---|
Protected Sub MergeImage( _ ByRef returnImage As RasterImage, _ ByVal originalImage As RasterImage _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected void MergeImage( ref RasterImage returnImage, RasterImage originalImage ) |
C++/CLI | |
---|---|
protected: void MergeImage( ref RasterImage returnImage, RasterImage originalImage ) |
Parameters
- returnImage
- The RasterImage which will contains the merge result.
- originalImage
- The RasterImage to be merged with the returnImage
If the returnImage is NULL it will be initialized with the originalImage.
After this method returns the originalImage will be invalid and disposed.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family