Beispiel #1
0
        public Int32 SnapRect(NetOffice.MSHTMLApi.IHTMLElement pIElement, tagRECT prcNew, NetOffice.MSHTMLApi.Enums._ELEMENT_CORNER eHandle)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pIElement, prcNew, eHandle);
            object   returnItem  = Invoker.MethodReturn(this, "SnapRect", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
        public Int32 TransformRect(tagRECT pRect, NetOffice.MSHTMLApi.Enums._COORD_SYSTEM eSource, NetOffice.MSHTMLApi.Enums._COORD_SYSTEM eDestination, NetOffice.MSHTMLApi.IHTMLElement pIElement)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pRect, eSource, eDestination, pIElement);
            object   returnItem  = Invoker.MethodReturn(this, "TransformRect", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
        public Int32 ScrollRectIntoView(NetOffice.MSHTMLApi.IHTMLElement pIElement, tagRECT rect)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pIElement, rect);
            object   returnItem  = Invoker.MethodReturn(this, "ScrollRectIntoView", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Beispiel #4
0
        public Int32 Draw(tagRECT rcBounds, tagRECT rcUpdate, Int32 lDrawFlags, _RemotableHandle hdc, object pvDrawObject)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(rcBounds, rcUpdate, lDrawFlags, hdc, pvDrawObject);
            object   returnItem  = Invoker.MethodReturn(this, "Draw", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Beispiel #5
0
        public Int32 onmove(tagRECT rcDevice)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(rcDevice);
            object   returnItem  = Invoker.MethodReturn(this, "onmove", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
        public Int32 GetFocusRect(tagRECT pRect)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pRect);
            object   returnItem  = Invoker.MethodReturn(this, "GetFocusRect", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
        public Int32 Draw(_RemotableHandle hdc, Int32 lLayer, tagRECT pRect, object pReserved)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(hdc, lLayer, pRect, pReserved);
            object   returnItem  = Invoker.MethodReturn(this, "Draw", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
        public Int32 MapSize(tagSIZE psizeIn, out tagRECT prcOut)
        {
            ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false, true);
            prcOut = new NetOffice.MSHTMLApi.tagRECT();
            object[] paramsArray = Invoker.ValidateParamsArray(psizeIn, prcOut);
            object   returnItem  = Invoker.MethodReturn(this, "MapSize", paramsArray);

            prcOut = (tagRECT)paramsArray[1];
            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Beispiel #9
0
		public Int32 Draw(tagRECT rcBounds, tagRECT rcUpdate, Int32 lDrawFlags, _RemotableHandle hdc, object pvDrawObject)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(rcBounds, rcUpdate, lDrawFlags, hdc, pvDrawObject);
			object returnItem = Invoker.MethodReturn(this, "Draw", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
		public Int32 GetFocusRect(tagRECT pRect)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(pRect);
			object returnItem = Invoker.MethodReturn(this, "GetFocusRect", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
 public Int32 GetFocusRect(tagRECT pRect)
 {
     return(Factory.ExecuteInt32MethodGet(this, "GetFocusRect", pRect));
 }
Beispiel #12
0
		public Int32 ScrollRectIntoView(NetOffice.MSHTMLApi.IHTMLElement pIElement, tagRECT rect)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(pIElement, rect);
			object returnItem = Invoker.MethodReturn(this, "ScrollRectIntoView", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
Beispiel #13
0
 public Int32 InvalidateRect(tagRECT prcInvalid)
 {
     return(Factory.ExecuteInt32MethodGet(this, "InvalidateRect", prcInvalid));
 }
Beispiel #14
0
		public Int32 SnapRect(NetOffice.MSHTMLApi.IHTMLElement pIElement, tagRECT prcNew, NetOffice.MSHTMLApi.Enums._ELEMENT_CORNER eHandle)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(pIElement, prcNew, eHandle);
			object returnItem = Invoker.MethodReturn(this, "SnapRect", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
 public Int32 ScrollRectIntoView(NetOffice.MSHTMLApi.IHTMLElement pIElement, tagRECT rect)
 {
     return(Factory.ExecuteInt32MethodGet(this, "ScrollRectIntoView", pIElement, rect));
 }
 public Int32 TransformRect(tagRECT pRect, NetOffice.MSHTMLApi.Enums._COORD_SYSTEM eSource, NetOffice.MSHTMLApi.Enums._COORD_SYSTEM eDestination, NetOffice.MSHTMLApi.IHTMLElement pIElement)
 {
     return(Factory.ExecuteInt32MethodGet(this, "TransformRect", pRect, eSource, eDestination, pIElement));
 }
		public Int32 Draw(_RemotableHandle hdc, Int32 lLayer, tagRECT pRect, object pReserved)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(hdc, lLayer, pRect, pReserved);
			object returnItem = Invoker.MethodReturn(this, "Draw", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
Beispiel #18
0
 public Int32 Draw(_RemotableHandle hdc, Int32 lLayer, tagRECT pRect, object pReserved)
 {
     return(Factory.ExecuteInt32MethodGet(this, "Draw", hdc, lLayer, pRect, pReserved));
 }
 public Int32 onmove(tagRECT rcDevice)
 {
     return(Factory.ExecuteInt32MethodGet(this, "onmove", rcDevice));
 }
Beispiel #20
0
		public Int32 TransformRect(tagRECT pRect, NetOffice.MSHTMLApi.Enums._COORD_SYSTEM eSource, NetOffice.MSHTMLApi.Enums._COORD_SYSTEM eDestination, NetOffice.MSHTMLApi.IHTMLElement pIElement)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(pRect, eSource, eDestination, pIElement);
			object returnItem = Invoker.MethodReturn(this, "TransformRect", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
 public Int32 Invalidate(tagRECT pRect)
 {
     return(Factory.ExecuteInt32MethodGet(this, "Invalidate", pRect));
 }
		public Int32 MapSize(tagSIZE psizeIn, out tagRECT prcOut)
		{
			ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true);
			prcOut = new NetOffice.MSHTMLApi.tagRECT();
			object[] paramsArray = Invoker.ValidateParamsArray(psizeIn, prcOut);
			object returnItem = Invoker.MethodReturn(this, "MapSize", paramsArray);
			prcOut = (tagRECT)paramsArray[1];
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
Beispiel #23
0
 public Int32 SnapRect(NetOffice.MSHTMLApi.IHTMLElement pIElement, tagRECT prcNew, NetOffice.MSHTMLApi.Enums._ELEMENT_CORNER eHandle)
 {
     return(Factory.ExecuteInt32MethodGet(this, "SnapRect", pIElement, prcNew, eHandle));
 }
Beispiel #24
0
		public Int32 onmove(tagRECT rcDevice)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(rcDevice);
			object returnItem = Invoker.MethodReturn(this, "onmove", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
Beispiel #25
0
 public Int32 Draw(tagRECT rcBounds, tagRECT rcUpdate, Int32 lDrawFlags, _RemotableHandle hdc, object pvDrawObject)
 {
     return(Factory.ExecuteInt32MethodGet(this, "Draw", new object[] { rcBounds, rcUpdate, lDrawFlags, hdc, pvDrawObject }));
 }