GdPicture image identifier.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / ConvertTo32BppPARGB Method

ConvertTo32BppPARGB Method (GdPictureImaging)

In This Topic
Converts a GdPicture image to a 32-bit PARGB color image. 8 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 ConvertTo32BppPARGB( _

   ByVal ImageID As Integer _

) As GdPictureStatus
public GdPictureStatus ConvertTo32BppPARGB( 

   int ImageID

)
public function ConvertTo32BppPARGB( 

    ImageID: Integer

): GdPictureStatus; 
public function ConvertTo32BppPARGB( 

   ImageID : int

) : GdPictureStatus;
public: GdPictureStatus ConvertTo32BppPARGB( 

   int ImageID

) 
public:

GdPictureStatus ConvertTo32BppPARGB( 

   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