LEADTOOLS (Leadtools assembly)

HasMeaningfulAlpha Property

Show in webframe







Specifies whether or not the image contains meaningful alpha channel values.
Syntax
public bool HasMeaningfulAlpha {get;}
'Declaration
 
Public ReadOnly Property HasMeaningfulAlpha As Boolean
'Usage
 
Dim instance As DetectAlphaCommand
Dim value As Boolean
 
value = instance.HasMeaningfulAlpha
public bool HasMeaningfulAlpha {get;}
@property (nonatomic, assign, readonly) BOOL hasMeaningfulAlpha;
public boolean hasMeaningfulAlpha()
 get_HasMeaningfulAlpha(); 
public:
property bool HasMeaningfulAlpha {
   bool get();
}

Property Value

true if at least one alpha channel value is not equal to 0xFF, false if all alpha channel values are equal to 0xFF.
Requirements

Target Platforms

See Also

Reference

DetectAlphaCommand Class
DetectAlphaCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.