public CombineFastCommand(
RasterImage destinationImage,
LeadRect destinationRectangle,
LeadPoint sourcePoint,
CombineFastCommandFlags flags
)
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
)
public:
CombineFastCommand(
RasterImage^ destinationImage,
LeadRect destinationRectangle,
LeadPoint sourcePoint,
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document