Initializes a new instance of the CombineFastCommand class with explicit parameters.
public CombineFastCommand(RasterImage destinationImage,LeadRect destinationRectangle,LeadPoint sourcePoint,CombineFastCommandFlags flags)
Public Function New( _ByVal destinationImage As Leadtools.RasterImage, _ByVal destinationRectangle As Leadtools.LeadRect, _ByVal sourcePoint As Leadtools.LeadPoint, _ByVal flags As Leadtools.Imageprocessing.CombineFastCommandFlags _)
public CombineFastCommand(Leadtools.RasterImage destinationImage,Leadtools.LeadRect destinationRectangle,Leadtools.LeadPoint sourcePoint,Leadtools.Imageprocessing.CombineFastCommandFlags flags)
- (instancetype)initWithDestinationImage:(LTRasterImage *)destinationImagedestinationRectangle:(LeadRect)destinationRectanglesourcePoint:(LeadPoint)sourcePointflags:(LTCombineFastCommandFlags)flags
public CombineFastCommand(RasterImage destinationImage,LeadRect destinationRectangle,LeadPoint sourcePoint,int flags)
function CombineFastCommand(destinationImage ,destinationRectangle ,sourcePoint ,flags)
public:CombineFastCommand(Leadtools.RasterImage^ destinationImage,Leadtools.LeadRect destinationRectangle,Leadtools.LeadPoint sourcePoint,Leadtools.Imageprocessing.CombineFastCommandFlags flags)
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.
destinationImage will hold the result of combining this image with the image passed to the Run method.
For an example, refer to CombineFastCommand
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
