GdPicture image identifier.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / PaletteGetTransparentColor Method

PaletteGetTransparentColor Method (GdPictureImaging)

In This Topic
Gets the transparency color of an indexed GdPicture image.
Syntax
'Declaration

 

Public Function PaletteGetTransparentColor( _

   ByVal ImageID As Integer _

) As GdPictureColor
public GdPictureColor PaletteGetTransparentColor( 

   int ImageID

)
public function PaletteGetTransparentColor( 

    ImageID: Integer

): GdPictureColor; 
public function PaletteGetTransparentColor( 

   ImageID : int

) : GdPictureColor;
public: GdPictureColor PaletteGetTransparentColor( 

   int ImageID

) 
public:

GdPictureColor PaletteGetTransparentColor( 

   int ImageID

) 

Parameters

ImageID
GdPicture image identifier.

Return Value

The transparent color of the palette.
See Also