GdPicture image identifier.





In This Topic

ForceDownTop Method (GdPictureImaging)

In This Topic
Force a specific GdPicture image to be arranged bottom-up in memory.
Syntax
'Declaration
 
Public Function ForceDownTop( _
   ByVal ImageID As Integer _
) As GdPictureStatus
public GdPictureStatus ForceDownTop( 
   int ImageID
)
public function ForceDownTop( 
    ImageID: Integer
): GdPictureStatus; 
public function ForceDownTop( 
   ImageID : int
) : GdPictureStatus;
public: GdPictureStatus ForceDownTop( 
   int ImageID
) 
public:
GdPictureStatus ForceDownTop( 
   int ImageID
) 

Parameters

ImageID
GdPicture image identifier.

Return Value

A member of the GdPictureStatus enumeration.
Remarks
A bottom-up image has a negative stride, because stride is defined as the number of bytes need to move down a row of pixels.
See Also