Run Method (ConvolveFilter)
From Kaliko Image Library
Kaliko.ImageLibrary
Run Method (ConvolveFilter)
Syntax
'DeclarationPublic Overridable Sub Run( _ ByVal image As KalikoImage _ )
'UsageDim 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