public Int32 TransformPoint(tagPOINT pPoint, NetOffice.MSHTMLApi.Enums._COORD_SYSTEM eSource, NetOffice.MSHTMLApi.Enums._COORD_SYSTEM eDestination, NetOffice.MSHTMLApi.IHTMLElement pIElement)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pPoint, eSource, eDestination, pIElement);
            object   returnItem  = Invoker.MethodReturn(this, "TransformPoint", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
        public virtual Int32 moveToPoint(tagPOINT ptPoint, NetOffice.MSHTMLApi.Enums._COORD_SYSTEM eCoordSystem, NetOffice.MSHTMLApi.IHTMLElement pElementContext, Int32 dwHitTestOptions, out Int32 pdwHitTestResults)
        {
            ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false, false, false, false, true);
            pdwHitTestResults = 0;
            object[] paramsArray = Invoker.ValidateParamsArray(ptPoint, eCoordSystem, pElementContext, dwHitTestOptions, pdwHitTestResults);
            object   returnItem  = Invoker.MethodReturn(this, "moveToPoint", paramsArray, modifiers);

            pdwHitTestResults = (Int32)paramsArray[4];
            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
 public Int32 TransformPoint(tagPOINT pPoint, NetOffice.MSHTMLApi.Enums._COORD_SYSTEM eSource, NetOffice.MSHTMLApi.Enums._COORD_SYSTEM eDestination, NetOffice.MSHTMLApi.IHTMLElement pIElement)
 {
     return(Factory.ExecuteInt32MethodGet(this, "TransformPoint", pPoint, eSource, eDestination, pIElement));
 }
Exemple #4
0
 public virtual Int32 TransformPoint(tagPOINT pPoint, NetOffice.MSHTMLApi.Enums._COORD_SYSTEM eSource, NetOffice.MSHTMLApi.Enums._COORD_SYSTEM eDestination, NetOffice.MSHTMLApi.IHTMLElement pIElement)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "TransformPoint", pPoint, eSource, eDestination, pIElement));
 }