GdPicture image identifier.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / ConvertTo16BppRGB565 Method

ConvertTo16BppRGB565 Method (GdPictureImaging)

In This Topic
Converts a GdPicture image to a 16-bit RGB565 color image. 5 bits are used for the red component, 6 bits are used for the green component, and 5 bits are used for the blue component.
Syntax
'Declaration

 

Public Function ConvertTo16BppRGB565( _

   ByVal ImageID As Integer _

) As GdPictureStatus
public GdPictureStatus ConvertTo16BppRGB565( 

   int ImageID

)
public function ConvertTo16BppRGB565( 

    ImageID: Integer

): GdPictureStatus; 
public function ConvertTo16BppRGB565( 

   ImageID : int

) : GdPictureStatus;
public: GdPictureStatus ConvertTo16BppRGB565( 

   int ImageID

) 
public:

GdPictureStatus ConvertTo16BppRGB565( 

   int ImageID

) 

Parameters

ImageID
GdPicture image identifier.

Return Value

A member of the GdPictureStatus enumeration.
Remarks

This method requires the Image Documents component to run.

See Also