Add missing Contains overload
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -162,6 +162,11 @@ wxRect2DDouble wxGraphicsPath::GetBox()
|
|||||||
return wxRect2DDouble( x,y,w,h );
|
return wxRect2DDouble( x,y,w,h );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool wxGraphicsPath::Contains( const wxPoint2DDouble& c, int fillStyle )
|
||||||
|
{
|
||||||
|
return Contains( c.m_x, c.m_y, fillStyle);
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Emulations
|
// Emulations
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user