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));
        }
Exemplo n.º 2
0
        public Int32 onresize(tagSIZE size)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(size);
            object   returnItem  = Invoker.MethodReturn(this, "onresize", 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));
        }
		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);
		}
		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);
		}
Exemplo n.º 6
0
		public Int32 onresize(tagSIZE size)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(size);
			object returnItem = Invoker.MethodReturn(this, "onresize", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
Exemplo n.º 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 }));
 }
Exemplo n.º 8
0
 public Int32 onresize(tagSIZE size)
 {
     return(Factory.ExecuteInt32MethodGet(this, "onresize", size));
 }