| 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 )
- (id)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 )