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

Asks if the pixel format of a GdPicture image is indexed.

C#
public Boolean IsPixelFormatIndexed(
    int ImageID
);
Visual Basic
Public Function IsPixelFormatIndexed(
    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.