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