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 *)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
)
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