WInterop icon indicating copy to clipboard operation
WInterop copied to clipboard

Start parsing EmfPlusPen, EmfPlusBrush, and EmfPlusDrawlines

Open willibrandon opened this issue 4 years ago • 2 comments

This is in regards to https://github.com/dotnet/winforms/issues/4341

I've started enumerating and parsing the GDI+ records using the EMF+ specification and would greatly appreciate your feedback when you have a moment. Specifically I'm looking for some feedback on how I'm walking the byte pointer and casting to the structures, and whether or not there is a better way to do this. I haven't used pointers in this fashion before and feel like there is room for improvement here.

In the meantime, I'll start looking at enumerating and parsing the same data via the equivalent callback.

willibrandon avatar Jan 07 '21 17:01 willibrandon

Hey @willibrandon hope you've been well. Checking if you had any more progress with this.

RussKie avatar Feb 15 '21 13:02 RussKie

@willibrandon So sorry I missed this. I was on an extended vacation. 🙏

JeremyKuhne avatar Feb 17 '21 18:02 JeremyKuhne