←Select platform

MakeCompatible Method

Summary

Makes a Leadtools.RasterImage GDI+ compatible.

Syntax

C#
VB
C++
public static void MakeCompatible( 
   RasterImage image, 
   PixelFormat pixelFormat, 
   bool noPalette 
) 
Public Shared Sub MakeCompatible( _ 
   ByVal image As Leadtools.RasterImage, _ 
   ByVal pixelFormat As PixelFormat, _ 
   ByVal noPalette As Boolean _ 
)  
public: 
static void MakeCompatible(  
   Leadtools.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly