コード例 #1
0
ファイル: IHTMLEditHost.cs プロジェクト: zyfzgt/NetOffice
        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));
        }
コード例 #2
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));
        }
コード例 #3
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));
        }
コード例 #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));
        }
コード例 #5
0
        public Int32 onmove(tagRECT rcDevice)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(rcDevice);
            object   returnItem  = Invoker.MethodReturn(this, "onmove", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
コード例 #6
0
        public Int32 GetFocusRect(tagRECT pRect)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pRect);
            object   returnItem  = Invoker.MethodReturn(this, "GetFocusRect", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
コード例 #7
0
        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));
        }
コード例 #8
0
        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));
        }
コード例 #9
0
ファイル: IHTMLPainter.cs プロジェクト: swatt6400/NetOffice
		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);
		}
コード例 #10
0
		public Int32 GetFocusRect(tagRECT pRect)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(pRect);
			object returnItem = Invoker.MethodReturn(this, "GetFocusRect", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
コード例 #11
0
 public Int32 GetFocusRect(tagRECT pRect)
 {
     return(Factory.ExecuteInt32MethodGet(this, "GetFocusRect", pRect));
 }
コード例 #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);
		}
コード例 #13
0
 public Int32 InvalidateRect(tagRECT prcInvalid)
 {
     return(Factory.ExecuteInt32MethodGet(this, "InvalidateRect", prcInvalid));
 }
コード例 #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);
		}
コード例 #15
0
 public Int32 ScrollRectIntoView(NetOffice.MSHTMLApi.IHTMLElement pIElement, tagRECT rect)
 {
     return(Factory.ExecuteInt32MethodGet(this, "ScrollRectIntoView", pIElement, rect));
 }
コード例 #16
0
 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));
 }
コード例 #17
0
		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);
		}
コード例 #18
0
 public Int32 Draw(_RemotableHandle hdc, Int32 lLayer, tagRECT pRect, object pReserved)
 {
     return(Factory.ExecuteInt32MethodGet(this, "Draw", hdc, lLayer, pRect, pReserved));
 }
コード例 #19
0
 public Int32 onmove(tagRECT rcDevice)
 {
     return(Factory.ExecuteInt32MethodGet(this, "onmove", rcDevice));
 }
コード例 #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);
		}
コード例 #21
0
 public Int32 Invalidate(tagRECT pRect)
 {
     return(Factory.ExecuteInt32MethodGet(this, "Invalidate", pRect));
 }
コード例 #22
0
		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);
		}
コード例 #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));
 }
コード例 #24
0
		public Int32 onmove(tagRECT rcDevice)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(rcDevice);
			object returnItem = Invoker.MethodReturn(this, "onmove", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
コード例 #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 }));
 }