コード例 #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)
    {
        bool ret = HCSMVOPINVOKE.HAbsoluteWindow_SetWindow__SWIG_2(HBaseView.getCPtr(view), xpos, ypos, width, height, (int)xpos_type, (int)ypos_type, (int)width_type);

        return(ret);
    }