Run Method (ConvolveFilter)

Kaliko Image Library

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
ExceptionDescription
System.NotImplementedExceptionThe 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

This documentation was created using Document! X from Innovasys