Skip to content

Releases: genexuslabs/GeneXus.Drawing-DotNet

v2.0.0

09 Jan 18:47
Compare
Choose a tag to compare

This version introduces several new classes, structs, and enums to align with the features provided by the System.Drawing package, offering improved functionality and compatibility.

Breaking Changes:

  • Color struct:
    The properties A, R, G, and B are now correctly defined as byte instead of int.
  • Bitmap class:
    The Clone method now accepts a RectangleF struct as its input parameter instead of Rectangle struct.

These changes may require code updates for existing projects but bring the implementation closer to the expected behavior of the System.Drawing package.