Explorar el Código

ComPDFKit.Tool(Win)-补充内容选择工具邮寄菜单

liyijie hace 1 mes
padre
commit
54151a98ae
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      Demo/Examples/ComPDFKit.Tool/CPDFViewerTool.xaml.cs

+ 8 - 0
Demo/Examples/ComPDFKit.Tool/CPDFViewerTool.xaml.cs

@@ -985,6 +985,14 @@ namespace ComPDFKit.Tool
                     mouseEventObject.hitTestType = MouseHitTestType.ImageSelect;
                 }
             }
+            if (currentModel == ToolType.SelectedPage)
+            {
+                if (HitTestPageSelectedRect())
+                {
+                    mouseEventObject.hitTestType = MouseHitTestType.SelectedPageRect;
+                }
+            }
+
             MouseRightButtonDownHandler?.Invoke(this, mouseEventObject);
         }