L
Lloyd Dupont
I'm working in ManagedC++
In the OnPaint of my control I get a System:rawing::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:rawing::Graphics^" ?
In the OnPaint of my control I get a System:rawing::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:rawing::Graphics^" ?