←Select platform

CombineFastCommand Constructor(RasterImage,LeadRect,LeadPoint,CombineFastCommandFlags)

Summary

Initializes a new instance of the CombineFastCommand class with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
- (instancetype)initWithDestinationImage:(LTRasterImage *)destinationImage  
                    destinationRectangle:(LeadRect)destinationRectangle  
                             sourcePoint:(LeadPoint)sourcePoint  
                                   flags:(LTCombineFastCommandFlags)flags 
              
public CombineFastCommand( 
   RasterImage destinationImage,  
   LeadRect destinationRectangle,  
   LeadPoint sourcePoint,  
   int flags 
) 
             
function CombineFastCommand(  
   destinationImage , 
   destinationRectangle , 
   sourcePoint , 
   flags  
) 

Parameters

destinationImage
The destination image for the command.

destinationRectangle
The rectangle for the destination image.

sourcePoint
The origin point for the source rectangle.

flags
Flags which control the combine command.

Remarks

destinationImage will hold the result of combining this image with the image passed to the Run method.

Example

For an example, refer to CombineFastCommand

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly