Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
public static ImageIncompatibleReason TestCompatible( RasterImage image, bool noPalette )
'Declaration
Public Shared Function TestCompatible( _ ByVal image As RasterImage, _ ByVal noPalette As Boolean _ ) As ImageIncompatibleReason
'Usage
Dim image As RasterImage Dim noPalette As Boolean Dim value As ImageIncompatibleReason value = RasterImageConverter.TestCompatible(image, noPalette)
public: static ImageIncompatibleReason TestCompatible( RasterImage^ image, bool noPalette )
For a Leadtools.RasterImage to be compatible with a GDI+ image it needs the following:
For more information, refer to Using The PaintEngine Property.
For more information refer to RasterImage and GDI/GDI+.