wxWidgets: Koordinatensystem verändern



  • Moin,

    kann ich das Koordinatensystem ändern, wie man das in der WinApi auch kann?
    Ich würde gerne des Nullpunkt der x und y-Achse in die Mitte des Fensters setzen.



  • Vielleicht hilft folgende Funktion?

    wxDC::SetDeviceOrigin
    void 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.


Anmelden zum Antworten