GdPicture image identifier.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / ConvertTo64BppPARGB Method

ConvertTo64BppPARGB Method (GdPictureImaging)

In This Topic
Converts a GdPicture image to a 64-bit PARGB color image. 16 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied according to the alpha component.
Syntax
'Declaration
 
Public Function ConvertTo64BppPARGB( _
   ByVal ImageID As Integer _
) As GdPictureStatus
public GdPictureStatus ConvertTo64BppPARGB( 
   int ImageID
)
public function ConvertTo64BppPARGB( 
    ImageID: Integer
): GdPictureStatus; 
public function ConvertTo64BppPARGB( 
   ImageID : int
) : GdPictureStatus;
public: GdPictureStatus ConvertTo64BppPARGB( 
   int ImageID
) 
public:
GdPictureStatus ConvertTo64BppPARGB( 
   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