'Declaration
Public Function GetScanLines( _ ByVal ImageID As Integer _ ) As IntPtr()
public IntPtr[] GetScanLines( int ImageID )
public function GetScanLines( ImageID: Integer ): array of IntPtr;
public function GetScanLines( ImageID : int ) : IntPtr[];
public: IntPtr[]* GetScanLines( int ImageID )
public: array<IntPtr>^ GetScanLines( int ImageID )
Parameters
- ImageID
- GdPicture image identifier.
Return Value
An array of bitmap scanlines pointer; First entry is the top scanline and latest is the bottom.