Exemple #1
0
        public virtual 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, modifiers);

            prcOut = (tagRECT)paramsArray[1];
            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
 public int Scroll(tagSIZE scrollExtant)
 {
     return(HRESULT.E_NOTIMPL);
 }
Exemple #3
0
 public virtual Int32 GetSize(Int32 dwFlags, tagSIZE sizeContent, tagPOINT pptTranslateBy, tagPOINT pptTopLeft, tagSIZE psizeProposed)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "GetSize", new object[] { dwFlags, sizeContent, pptTranslateBy, pptTopLeft, psizeProposed }));
 }
Exemple #4
0
 public int createViewWindow(int parentWindow, ref tagSIZE pluginSize)
 {
     return(0);
 }
Exemple #5
0
 public virtual Int32 onresize(tagSIZE size)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "onresize", size));
 }