Esempio n. 1
0
    public static bool SetWindow(HBaseView view, float xpos, float ypos, float width, float height)
    {
        bool ret = HCSMVOPINVOKE.HAbsoluteWindow_SetWindow__SWIG_5(HBaseView.getCPtr(view), xpos, ypos, width, height);

        return(ret);
    }