LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)
LEAD Technologies, Inc

MakeCompatible Method






The source image.
The pixel format to use.
Fails if the image is palletized.
Makes a Leadtools.RasterImage GDI+ compatible.
Syntax
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
) 

Parameters

image
The source image.
pixelFormat
The pixel format to use.
noPalette
Fails if the image is palletized.
Remarks

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+.

Example
For an example, refer to ConvertToImage
Requirements

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

See Also

Reference

RasterImageConverter Class
RasterImageConverter Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.