Tao.DevIl SDK Documentation

Ilut.ilutGetPaddedData Method 

ilutGetPaddedData gets a copy of the current image's data, but pads it to be DWORD-aligned, just how Windows likes it. Almost all Windows functions that use images expect the images to be DWORD-aligned. The caller is responsible for freeing the memory returned by ilutGetPaddedData.

[Visual Basic]
Public Shared Function ilutGetPaddedData() As Byte()
[C#]
public static byte[] ilutGetPaddedData();

Return Value

See Also

Ilut Class | Tao.DevIl Namespace