Implement wxGraphicsContext::SetInterpolationQuality() for wxMSW.
Provide implementation of the previously stubbed out method. Closes #14134. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -787,15 +787,17 @@ public:
|
||||
virtual wxAntialiasMode GetAntialiasMode() const ;
|
||||
|
||||
/**
|
||||
Sets the interpolation quality, returns true if it supported
|
||||
Sets the interpolation quality, returns true if it is supported.
|
||||
|
||||
Not implemented in Cairo backend currently.
|
||||
*/
|
||||
virtual bool SetInterpolationQuality(wxInterpolationQuality interpolation) = 0;
|
||||
|
||||
|
||||
/**
|
||||
Returns the current interpolation quality
|
||||
Returns the current interpolation quality.
|
||||
*/
|
||||
virtual wxInterpolationQuality GetInterpolationQuality() const;
|
||||
|
||||
|
||||
/**
|
||||
Sets the compositing operator, returns true if it supported
|
||||
*/
|
||||
|
Reference in New Issue
Block a user