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





In This Topic
GetScanLines Method (GdPictureImaging)
In This Topic
Returns an array of pointers of all GdPicture image scanlines.
Syntax
'Declaration
 
Public Function GetScanLines( _
   ByVal ImageID As Integer _
) As IntPtr()
 

Parameters

ImageID
GdPicture image identifier.

Return Value

An array of bitmap scanlines pointer; First entry is the top scanline and latest is the bottom.
See Also