You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Get & Set Std. GdPicture Image Properties > IsPixelFormatHasAlpha Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.IsPixelFormatHasAlpha Method

Returns if the pixel format of a GdPicture image has alpha component.

C#
public Boolean IsPixelFormatHasAlpha(
    int ImageID
);
Visual Basic
Public Function IsPixelFormatHasAlpha(
    ByVal ImageID As Integer
) As Boolean
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
Returns

True if the pixel format is indexed else False.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.