alternetsoft / AlternetUI

MIT License
26 stars 2 forks source link

Implement missing properties and methods for the drawing context #6

Closed dmitry-medvedev closed 6 months ago

dmitry-medvedev commented 1 year ago

methDW.csv

propDW.csv

generalloki commented 1 year ago

Also see https://github.com/alternetsoft/AlternetUI/issues/7 for updated methDW and popDW files

generalloki commented 9 months ago

We started a process of making UI more compatible with WinForms. New methods which are present in WinForms graphics are being added to the UI. Also some enums will be renamed to be more compatible with WinForms. I will post an updates here.

neoxeo commented 9 months ago

@generalloki

Update files to compare same/different methods/properties between AlternetUI Drawing version 0.9.410.0 and .Net8.0 Drawing :

Properties_Drawing_Net8.0_2023.12.02_070609.xlsx Methods_Drawing_Net8.0_2023.12.02_070609.xlsx

generalloki commented 9 months ago

@neoxeo , Thanks!

I beleive we will support as much WiinForms Graphics methods as we can. I will post here our progress.

neoxeo commented 9 months ago

@generalloki

Here is an update with Properties, Methods and Events for commit version https://github.com/alternetsoft/AlternetUI/commit/144b44c1d94a985e93a5b3510fdb322202648f3c : Events_Drawing_Net8.0_2023.12.10_130058.xlsx Properties_Drawing_Net8.0_2023.12.10_130058.xlsx Methods_Drawing_Net8.0_2023.12.10_130058.xlsx

generalloki commented 9 months ago

Good Job! Thanks!