LEADTOOLS Image File Support (Leadtools.Codecs assembly)

HasAlpha Property

Show in webframe







Determines whether the image contains alpha channel information.
Syntax
public bool HasAlpha {get;}
'Declaration
 
Public ReadOnly Property HasAlpha As Boolean
'Usage
 
Dim instance As CodecsImageInfo
Dim value As Boolean
 
value = instance.HasAlpha
public bool HasAlpha {get;}
@property (nonatomic, assign, readonly) BOOL hasAlpha;
public boolean hasAlpha()
 get_HasAlpha(); 
public:
property bool HasAlpha {
   bool get();
}

Property Value

true if the image contains alpha channel information; false, otherwise.
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsImageInfo Class
CodecsImageInfo Members
PNG Files and Transparency

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.