GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / ForceTopDown Method
GdPicture image identifier.





In This Topic
ForceTopDown Method (GdPictureImaging)
In This Topic
Force a specific GdPicture image to be arranged top-down in memory.
Syntax
'Declaration
 
Public Function ForceTopDown( _
   ByVal ImageID As Integer _
) As GdPictureStatus
 

Parameters

ImageID
GdPicture image identifier.

Return Value

A member of the GdPictureStatus enumeration.
Remarks
A Top-down image has a positive stride.
See Also