Exemplo n.º 1
0
    public static bool SetWindow(HBaseView view, float xpos, float ypos, float width, float height, AbsoluteWindowType xpos_type)
    {
        bool ret = HCSMVOPINVOKE.HAbsoluteWindow_SetWindow__SWIG_4(HBaseView.getCPtr(view), xpos, ypos, width, height, (int)xpos_type);

        return(ret);
    }