←Select platform

RunCommand Method

Summary

Command to run CannyEdgeDetectorCommand with the given parameters.

Syntax
C#
VB
C++
protected override int RunCommand( 
   RasterImage image, 
   IntPtr bitmap, 
   ref RasterImageChangedFlags changedFlags 
) 
Protected Overrides Function RunCommand( 
   ByVal image As RasterImage, 
   ByVal bitmap As System.IntPtr, 
   ByRef changedFlags As RasterImageChangedFlags 
) As Integer 
protected:  
   virtual Int32 RunCommand( 
      RasterImage^ image, 
      System::IntPtr bitmap, 
      RasterImageChangedFlags^ %changedFlags 
   ) override 

Parameters

image

The target image to process.

changedFlags

The type of change as defined by the flag.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.