LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

CombineFastCommand Constructor(RasterImage,LeadRect,LeadPoint,CombineFastCommandFlags)






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. .NET support Silverlight support WinRT support
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)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CombineFastCommand Class
CombineFastCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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