csharp #xaf #pictureedit #zooming

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp #xaf #pictureedit #zooming相关的知识,希望对你有一定的参考价值。

using DevExpress.Utils;

this.pictureEdit1.Properties.AllowZoomOnMouseWheel = DevExpress.Utils.DefaultBoolean.True;
this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
this.pictureEdit1.Properties.ShowScrollBars = true;
this.pictureEdit1.Properties.ZoomingOperationMode = DevExpress.XtraEditors.Repository.ZoomingOperationMode.MouseWheel;

float zoomSpeedFactor = 0.01f;
void pictureEdit1_MouseWheel(object sender, MouseEventArgs e) {
    pictureEdit1.Properties.ZoomPercent += e.Delta * zoomSpeedFactor;
    DXMouseEventArgs.GetMouseArgs(e).Handled = true;
}

以上是关于csharp #xaf #pictureedit #zooming的主要内容,如果未能解决你的问题,请参考以下文章

csharp #xaf #controller #ShowCustomStartupNavigationItemController

csharp #xaf #drawing

csharp #xaf #lisview #viewController

csharp FilteringCriterion #xaf

csharp CriteriaController #xaf

csharp filtrowanie po oddzialach #xaf