Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
CombineCommand Class
See Also  Members  
Leadtools.ImageProcessing Namespace : CombineCommand Class



Combines image data from two images (source and destination).

Object Model


Syntax

Visual Basic (Declaration) 
Public Class CombineCommand 
   Inherits RasterCommand
   Implements IRasterCommand 
Visual Basic (Usage)Copy Code
Dim instance As CombineCommand
C# 
public class CombineCommand : RasterCommand, IRasterCommand  
C++/CLI 
public ref class CombineCommand : public RasterCommand, IRasterCommand  

Remarks

The CombineCommand lets you combine image data from two images (source and destination). You specify the areas to be combined, the operations to be performed when combining the data, and which color planes (R or G or B or R, G, and B) are used.

This command uses image coordinates to specify the area to be combined. Therefore, you must account for the RasterImage.ViewPerspective of the image. For information about image coordinates, refer to Accounting for View Perspective.

Inheritance Hierarchy

System.Object
   Leadtools.ImageProcessing.RasterCommand
      Leadtools.ImageProcessing.CombineCommand

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also