コード例 #1
0
        public Int32 GetSize(Int32 dwFlags, tagSIZE sizeContent, tagPOINT pptTranslateBy, tagPOINT pptTopLeft, tagSIZE psizeProposed)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(dwFlags, sizeContent, pptTranslateBy, pptTopLeft, psizeProposed);
            object   returnItem  = Invoker.MethodReturn(this, "GetSize", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
コード例 #2
0
        public Int32 onresize(tagSIZE size)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(size);
            object   returnItem  = Invoker.MethodReturn(this, "onresize", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
コード例 #3
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));
        }
コード例 #4
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);
		}
コード例 #5
0
		public Int32 GetSize(Int32 dwFlags, tagSIZE sizeContent, tagPOINT pptTranslateBy, tagPOINT pptTopLeft, tagSIZE psizeProposed)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(dwFlags, sizeContent, pptTranslateBy, pptTopLeft, psizeProposed);
			object returnItem = Invoker.MethodReturn(this, "GetSize", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
コード例 #6
0
ファイル: IHTMLPainter.cs プロジェクト: swatt6400/NetOffice
		public Int32 onresize(tagSIZE size)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(size);
			object returnItem = Invoker.MethodReturn(this, "onresize", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
コード例 #7
0
 public Int32 GetSize(Int32 dwFlags, tagSIZE sizeContent, tagPOINT pptTranslateBy, tagPOINT pptTopLeft, tagSIZE psizeProposed)
 {
     return(Factory.ExecuteInt32MethodGet(this, "GetSize", new object[] { dwFlags, sizeContent, pptTranslateBy, pptTopLeft, psizeProposed }));
 }
コード例 #8
0
 public Int32 onresize(tagSIZE size)
 {
     return(Factory.ExecuteInt32MethodGet(this, "onresize", size));
 }