wxDC 绘图 设置坐标原点与设置x,y 方向函数
摘要:设置坐标原点函数:wxDC::SetDeviceOriginvoid SetDeviceOrigin(wxCoord x, wxCoord y)Sets the device origin (i.e., the origin in pixels after scaling has been applied).This function may be useful in Windows printing operations for placing a graphic on a page.设置x,y轴的方向:wxDC::SetAxisOrientationvoid SetAxisOrientat
阅读全文
posted @ 2013-03-18 10:02
浙公网安备 33010602011771号