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



Determines if the image has meaningful alpha channel values. Supported in Silverlight, Windows Phone 7

Object Model

DetectAlphaCommand Class

Syntax

Visual Basic (Declaration) 
Public Class DetectAlphaCommand 
   Inherits RasterCommand
   Implements IRasterCommand 
Visual Basic (Usage)Copy Code
Dim instance As DetectAlphaCommand
C# 
public class DetectAlphaCommand : RasterCommand, IRasterCommand  
C++/CLI 
public ref class DetectAlphaCommand : public RasterCommand, IRasterCommand  

Inheritance Hierarchy

System.Object
   Leadtools.ImageProcessing.RasterCommand
      Leadtools.ImageProcessing.DetectAlphaCommand

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