LEADTOOLS (Leadtools assembly)

CombineFastCommand Constructor(RasterImage,LeadRect,LeadPoint,CombineFastCommandFlags)

Show in webframe







The destination image for the command.
The rectangle for the destination image.
The origin point for the source rectangle.
Flags which control the combine command.
Initializes a new instance of the CombineFastCommand class with explicit parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal destinationImage As RasterImage, _
   ByVal destinationRectangle As LeadRect, _
   ByVal sourcePoint As LeadPoint, _
   ByVal flags As CombineFastCommandFlags _
)
'Usage
 
Dim destinationImage As RasterImage
Dim destinationRectangle As LeadRect
Dim sourcePoint As LeadPoint
Dim flags As CombineFastCommandFlags
 
Dim instance As New CombineFastCommand(destinationImage, destinationRectangle, sourcePoint, flags)
- (id)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 RasterCommand.Run method.
Example
For an example, refer to CombineFastCommand
Requirements

Target Platforms

See Also

Reference

CombineFastCommand Class
CombineFastCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.