示例#1
0
        public Int32 TransformLocalToGlobal(tagPOINT ptLocal, out tagPOINT pptGlobal)
        {
            ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false, true);
            pptGlobal = new NetOffice.MSHTMLApi.tagPOINT();
            object[] paramsArray = Invoker.ValidateParamsArray(ptLocal, pptGlobal);
            object   returnItem  = Invoker.MethodReturn(this, "TransformLocalToGlobal", paramsArray, modifiers);

            pptGlobal = (tagPOINT)paramsArray[1];
            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
示例#2
0
        public Int32 GetLocation(out tagPOINT pPoint, Int32 fTranslate)
        {
            ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true, false);
            pPoint = new NetOffice.MSHTMLApi.tagPOINT();
            object[] paramsArray = Invoker.ValidateParamsArray(pPoint, fTranslate);
            object   returnItem  = Invoker.MethodReturn(this, "GetLocation", paramsArray);

            pPoint = (tagPOINT)paramsArray[0];
            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
示例#3
0
		public Int32 GetLocation(out tagPOINT pPoint, Int32 fTranslate)
		{
			ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,false);
			pPoint = new NetOffice.MSHTMLApi.tagPOINT();
			object[] paramsArray = Invoker.ValidateParamsArray(pPoint, fTranslate);
			object returnItem = Invoker.MethodReturn(this, "GetLocation", paramsArray);
			pPoint = (tagPOINT)paramsArray[0];
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
示例#4
0
		public Int32 TransformLocalToGlobal(tagPOINT ptLocal, out tagPOINT pptGlobal)
		{
			ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true);
			pptGlobal = new NetOffice.MSHTMLApi.tagPOINT();
			object[] paramsArray = Invoker.ValidateParamsArray(ptLocal, pptGlobal);
			object returnItem = Invoker.MethodReturn(this, "TransformLocalToGlobal", paramsArray);
			pptGlobal = (tagPOINT)paramsArray[1];
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
示例#5
0
		public Int32 GetStatusWindowPos(Int32 hIMC, out tagPOINT pptPos)
		{
			ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true);
			pptPos = new NetOffice.MSHTMLApi.tagPOINT();
			object[] paramsArray = Invoker.ValidateParamsArray(hIMC, pptPos);
			object returnItem = Invoker.MethodReturn(this, "GetStatusWindowPos", paramsArray);
			pptPos = (tagPOINT)paramsArray[1];
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}