GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / ForceDownTop Method
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
 

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