public static void MakeCompatible( RasterImage image, PixelFormat pixelFormat, bool noPalette )
'Declaration Public Shared Sub MakeCompatible( _ ByVal image As RasterImage, _ ByVal pixelFormat As PixelFormat, _ ByVal noPalette As Boolean _ )
'Usage Dim image As RasterImage Dim pixelFormat As PixelFormat Dim noPalette As Boolean RasterImageConverter.MakeCompatible(image, pixelFormat, noPalette)
public: static void MakeCompatible( RasterImage^ image, PixelFormat pixelFormat, bool noPalette )
Pass PixelFormat.DontCare to the pixelFormat parameter to have the method choose the appropriate pixel format.
For a Leadtools.RasterImage to be compatible with a GDI+ image it needs the following:
This method will make one or more of the changes above to the Leadtools.RasterImage if needed.
For more information refer to RasterImage and GDI/GDI+.