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

        return(ret);
    }