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 )
function Leadtools.Drawing.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+.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2