You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Color Palette Management > PaletteHasTransparentColor Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.PaletteHasTransparentColor Method

Asks if a GdPicture image has a color defined as transparent.

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

True is a GdPicture image has a color defined as transparent else false.

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