public Int32 SnapRect(NetOffice.MSHTMLApi.IHTMLElement pIElement, tagRECT prcNew, NetOffice.MSHTMLApi.Enums._ELEMENT_CORNER eHandle)
 {
     return(Factory.ExecuteInt32MethodGet(this, "SnapRect", pIElement, prcNew, eHandle));
 }
Beispiel #2
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));
        }
Beispiel #3
0
 public virtual Int32 SnapRect(NetOffice.MSHTMLApi.IHTMLElement pIElement, tagRECT prcNew, NetOffice.MSHTMLApi.Enums._ELEMENT_CORNER eHandle)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "SnapRect", pIElement, prcNew, eHandle));
 }