LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
IRasterCommand Interface
See Also  Members  
Leadtools.ImageProcessing Namespace : IRasterCommand Interface



Allows an inheriting class to implement a RasterCommand class which, provides functionality for performing an image processing command on an image. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Interface IRasterCommand 
Visual Basic (Usage)Copy Code
Dim instance As IRasterCommand
C# 
public interface IRasterCommand 
C++/CLI 
public interface class IRasterCommand 

Example

For an example, refer to RasterCommand.

Remarks

The RasterCommand class is the main image processing class, and implements the IRasterCommand interface.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also