getClientAreaOrigin method
Returns client area origin relative to window origin
Implementation
WxPoint getClientAreaOrigin() {
// add border calculation
return WxPoint(0,0);
}
Returns client area origin relative to window origin
WxPoint getClientAreaOrigin() {
// add border calculation
return WxPoint(0,0);
}