Kaliko.ImageLibrary
Run Method (ConvolveFilter)
Syntax
'Declaration
Public Overridable Sub Run( _ ByVal image As KalikoImage _ )
'Usage
Dim instance As ConvolveFilter Dim image As KalikoImage instance.Run(image)
public virtual void Run( KalikoImage image )
public procedure Run( image: KalikoImage ); virtual;
public function Run( image : KalikoImage );
public: virtual void Run( KalikoImage* image )
public: virtual void Run( KalikoImage^ image )
Parameters
- image
Exceptions
Exception | Description |
---|---|
System.NotImplementedException | The exception that is thrown when a requested method or operation is not implemented. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also