LEADTOOLS Color Conversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.23
Leadtools.ColorConversion Assembly Changes

Version 17 changes

Version 16 changes

Leadtools.ColorConversion Assembly Changes from Version 16.5 to Version 17

Note on LEADTOOLS for .NET v17

In LEADTOOLS for .NET v16.5, some assemblies had a dependency on System.Drawing. System.Drawing is the .NET 2.0 assembly used with the Windows Forms and GDI+ platforms. Since LEADTOOLS v17 treats Windows Forms, Windows Presentation Foundation (WPF) and Silverlight as equal citizens, certain types in this LEADTOOLS assembly has been changed to reflect that. For example, properties with System.Drawing.Point type have been changed to use the new Leadtools.LeadPoint type, methods with a parameter of System.Drawing.Rectangle type have been changed to use the new Leadtools.LeadRect type. The following table shows the old 16.5 and corresponding new v17 types:

Old v16.5 Type

New v17 Type

System.Drawing.Point

Leadtools.LeadPoint

System.Drawing.Size

Leadtools.LeadSize

System.Drawing.Rectangle

Leadtools.LeadRect

System.Drawing.Color

Leadtools.RasterColor

System.Drawing.Drawing2.FillMode

Leadtools.LeadFillMode

These changes are not listed in the topics below.

Renamed Types

The following types have been renamed in LEADTOOLS For .NET v17:

New Type Old Type
Leadtools.ColorConversion.RasterColorConverterEngine

Leadtools.ColorConversion.RasterColorConverter

Leadtools Assembly Changes from Version 16 to Version 16.5

Changed Members

The following members have been changed in existing types in LEADTOOLS for .NET v16.5:

Member Description
Leadtools.ColorConversion.RasterColorConverter.ConvertDirect has been renamed to RasterColorConverterEngine.ConvertDirect

Parameter srcBufferOffset and destBufferOffser types changed from Int32 to Int64.

Leadtools.ColorConversion.RasterColorConverter.ConvertDirectToImage has been renamed to Leadtools.ColorConversion.RasterColorConverterEngine.ConvertDirectToImage

Parameter srcBufferOffset type changed from Int32 to Int64.

Leadtools.ColorConversion.RasterColorConverter.Convert has been renamed to Leadtools.ColorConversion.RasterColorConverterEngine.Convert

Parameter srcBufferOffset and destBufferOffser types changed from Int32 to Int64.

Leadtools.ColorConversion.RasterColorConverter.ConvertToImage has been renamed to Leadtools.ColorConversion.RasterColorConverterEngine.ConvertToImage

Parameter srcBufferOffset type changed from Int32 to Int64.

Leadtools.ColorConversion Assembly Changes from Version 15 to Version 16

Version 16 has not changed from Version 15