![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools.ImageProcessing Namespace > CombineFastCommand Class > CombineFastCommand Constructor : CombineFastCommand Constructor(RasterImage,LeadRect,LeadPoint,CombineFastCommandFlags) |
public CombineFastCommand( RasterImage destinationImage, LeadRect destinationRectangle, LeadPoint sourcePoint, CombineFastCommandFlags flags )
'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)
public CombineFastCommand( RasterImage destinationImage, LeadRect destinationRectangle, LeadPoint sourcePoint, 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( RasterImage^ destinationImage, LeadRect destinationRectangle, LeadPoint sourcePoint, CombineFastCommandFlags flags )