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



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

Object Model


Syntax

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

Remarks

The CombineFastCommand 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.CombineFastCommand

Requirements

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

See Also