I'm working in ManagedC++
In the OnPaint of my control I get a System::Drawing ::Graphics object to
which I apply some transformation (Scaling, smoothing mode, clipping and so
on).
Later on I need to call a function of the #include <GdiPlusFlat. h> API.
How do I get a "GpGraphics *" from a "System::Drawin g::Graphics^" ?
In the OnPaint of my control I get a System::Drawing ::Graphics object to
which I apply some transformation (Scaling, smoothing mode, clipping and so
on).
Later on I need to call a function of the #include <GdiPlusFlat. h> API.
How do I get a "GpGraphics *" from a "System::Drawin g::Graphics^" ?
Comment