←Select platform

HasAlpha Property

Summary

Determines whether the image contains alpha channel information.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool HasAlpha { get; } 
Public ReadOnly Property HasAlpha As Boolean 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly