예제 #1
0
 public HAbsoluteWindow(HBaseView view, MVO_POINTER_SIZED_INT key, float xpos, float ypos, float width, float height, AbsoluteWindowType xpos_type) : this(HCSMVOPINVOKE.new_HAbsoluteWindow__SWIG_4(HBaseView.getCPtr(view), key, xpos, ypos, width, height, (int)xpos_type), true)
 {
 }
예제 #2
0
 public void AdjustX(float invalue, AbsoluteWindowType wt, float[] outvalue)
 {
     HCSMVOPINVOKE.HAbsoluteWindow_AdjustX(swigCPtr, invalue, (int)wt, outvalue);
 }
예제 #3
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);
    }