Leadtools.Codecs Namespace : CodecsCompressDataCallback Delegate |
public delegate bool CodecsCompressDataCallback( int width, int height, int bitsPerPixel, RasterByteOrder order, RasterViewPerspective viewPerspective, RasterNativeBuffer buffer )
'Declaration Public Delegate Function CodecsCompressDataCallback( _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal bitsPerPixel As Integer, _ ByVal order As RasterByteOrder, _ ByVal viewPerspective As RasterViewPerspective, _ ByVal buffer As RasterNativeBuffer _ ) As Boolean
'Usage Dim instance As New CodecsCompressDataCallback(AddressOf HandlerMethod)
public delegate bool CodecsCompressDataCallback( int width, int height, int bitsPerPixel, RasterByteOrder order, RasterViewPerspective viewPerspective, RasterNativeBuffer buffer )
typedef BOOL (^LTCodecsCompressDataCallback)(unsigned int width, unsigned int height, unsigned int bitsPerPixel, LTRasterByteOrder order, LTRasterViewPerspective viewPerspective, unsigned char* data, size_t dataLength);
CodecsCompressDataCallback( width , height , bitsPerPixel , order , viewPerspective , buffer )
public delegate bool CodecsCompressDataCallback( int width, int height, int bitsPerPixel, RasterByteOrder order, RasterViewPerspective viewPerspective, RasterNativeBuffer buffer )