Document that wxDC::GetPixel() doesn't work under Mac

See #4473.

Closes https://github.com/wxWidgets/wxWidgets/pull/1333
This commit is contained in:
Vadim Zeitlin
2019-05-28 00:38:17 +02:00
parent b04f199cd0
commit 65fdda7a35

View File

@@ -1400,8 +1400,10 @@ public:
wxMappingMode GetMapMode() const; wxMappingMode GetMapMode() const;
/** /**
Gets in @a colour the colour at the specified location. Not available Gets in @a colour the colour at the specified location.
for wxPostScriptDC or wxMetafileDC.
This method isn't available for wxPostScriptDC or wxMetafileDC nor for
any DC in wxOSX port and simply returns @false there.
@note Setting a pixel can be done using DrawPoint(). @note Setting a pixel can be done using DrawPoint().