Back to Devexpress

ImageEditToEditModeBehavior.Pan(Vector) Method

wpf-devexpress-dot-xpf-dot-editors-dot-imageedittoeditmodebehavior-dot-pan-x28-system-dot-windows-dot-vector-x29.md

latest1.1 KB
Original Source

ImageEditToEditModeBehavior.Pan(Vector) Method

Moves the image in the specified direction.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void Pan(
    Vector move
)
vb
Public Sub Pan(
    move As Vector
)

Parameters

NameTypeDescription
moveVector

The move direction.

|

See Also

ImageEditToEditModeBehavior Class

ImageEditToEditModeBehavior Members

DevExpress.Xpf.Editors Namespace