←Select platform

CombineFastCommand Constructor(RasterImage,LeadRect,LeadPoint,CombineFastCommandFlags)

Summary
Initializes a new instance of the CombineFastCommand class with explicit parameters.
Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal destinationImage As RasterImage, _ 
   ByVal destinationRectangle As LeadRect, _ 
   ByVal sourcePoint As LeadPoint, _ 
   ByVal flags As CombineFastCommandFlags _ 
) 
- (instancetype)initWithDestinationImage:(LTRasterImage *)destinationImage  
                    destinationRectangle:(LeadRect)destinationRectangle  
                             sourcePoint:(LeadPoint)sourcePoint  
                                   flags:(LTCombineFastCommandFlags)flags 
public CombineFastCommand( 
   RasterImage destinationImage,  
   LeadRect destinationRectangle,  
   LeadPoint sourcePoint,  
   int 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.