←选择平台

WorkingCursor财产

总结

鼠标光标用于此工作状态ImageViewerInteractiveMode

语法
c#
VB
c++
公共虚拟游标工作游标{得到;}
公共重写的财产WorkingCursor ()作为System.Windows.Forms.Cursor得到
公共虚拟财产系统::::::光标^ WorkingCursor系统::::::光标^ ()无效设置(系统::::::光标^价值

属性值

鼠标光标用于此工作状态ImageViewerInteractiveMode.默认值为

讲话

IdleCursor而且WorkingCursor只在这个时候使用ImageViewerInteractiveMode附加到鼠标左键并已启用。

游标被设置为imageview将此交互模式分配给鼠标左键时,控制。类中添加的任何元素中都将设置游标InteractiveService。用户控件收集。

IdleCursor将在交互模式启动时设置(在开始调用)并在模式停止时删除(什么时候停止叫)。

WorkingCursor将在交互模式工作时设置(何时OnWorkStarted当交互模式停止工作(什么时候OnWorkCompleted)称为)。

这些游标可以用来提供当前交互模式操作的可视化线索。例如,当使用ImageViewerPanZoomInteractiveMode交互模式下,可以设置IdleCursor“准星”和WorkingCursor“移动”。

值为表示不改变游标。要在模式工作时隐藏游标,请使用HideCursorWhileWorking

例子

运行示例。当光标在查看器表面时,它会变成一个“十字准星”。点击拖动时,光标变为“移动”。

imageview例如,删除示例函数内的所有代码(搜索“// TODO: add example code here”注释),并插入以下代码:

c#
VB
使用Leadtools;使用Leadtools.Controls;使用Leadtools.Codecs;使用Leadtools.Drawing;使用Leadtools.ImageProcessing;使用Leadtools.ImageProcessing.Color;_imageViewer.InteractiveModes.BeginUpdate ();ImageViewerPanZoomInteractiveMode panZoom =ImageViewerPanZoomInteractiveMode {IsEnabled =};_imageViewer.InteractiveModes.Add (panZoom);panZoom。WorkingCursor = cursor . hand;_imageViewer.InteractiveModes.EndUpdate ();
进口Leadtools进口Leadtools。控制进口Leadtools。编解码器进口Leadtools。画进口Leadtools。ImageProcessing进口Leadtools.ImageProcessing.Color_imageViewer.InteractiveModes.BeginUpdate ()昏暗的panZoom作为ImageViewerPanZoomInteractiveModepanZoom。IsEnabled =_imageViewer.InteractiveModes.Add (panZoom)panZoom。WorkingCursor =游标。手_imageViewer.InteractiveModes.EndUpdate ()
需求
目标平台
Leadtools。控制作为sembly
188金宝搏的网址客服|支持|联系我们|知识产权公告
©1991 - 2021领德科技有限公司版权所有。