Tao.DevIl SDK Documentation

Il.ilSetData Method 

ilSetData just updates the current bound image data (bound by ilBindImage) with new data of the same size. This way new memory does not have to be allocated, so transfers are much faster.

[Visual Basic]
Public Shared Function ilSetData( _
   ByVal Data As IntPtr _
) As Boolean
[C#]
public static bool ilSetData(
   IntPtr Data
);

Parameters

Data
Specifies the new image data to update the image with.

Return Value

See Also

Il Class | Tao.DevIl Namespace