Document that wxDC::GetPixel() doesn't work under Mac
See #4473. Closes https://github.com/wxWidgets/wxWidgets/pull/1333
This commit is contained in:
@@ -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().
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user