GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / PaletteGetType Method
GdPicture image identifier.





In This Topic
PaletteGetType Method (GdPictureImaging)
In This Topic
Gets the type of color palette used by a GdPicture image.
Syntax
'Declaration
 
Public Function PaletteGetType( _
   ByVal ImageID As Integer _
) As PaletteType
 

Parameters

ImageID
GdPicture image identifier.

Return Value

Type of palette. A member of the PaletteType enumeration.
See Also