Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@damiansalvia damiansalvia released this 09 Jan 18:47
· 1 commit to main since this release

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.