Releases: genexuslabs/GeneXus.Drawing-DotNet
Releases · genexuslabs/GeneXus.Drawing-DotNet
v2.0.0
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 propertiesA
,R
,G
, andB
are now correctly defined asbyte
instead ofint
.Bitmap
class:
TheClone
method now accepts aRectangleF
struct as its input parameter instead ofRectangle
struct.
These changes may require code updates for existing projects but bring the implementation closer to the expected behavior of the System.Drawing
package.