Skip to main content
A newer version of this page is available. .
All docs
V20.2

MagnifierDialog.ShowDialog(IWin32Window, Single, Boolean, Boolean, ColorFormat, Boolean, Boolean) Method

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public static MagnifierDialogResult ShowDialog(
    IWin32Window owner,
    float initialZoomFactor,
    bool closeOnMouseClick,
    bool pickColorToClipboard,
    ColorFormat colorFormat,
    bool showPixelGrid,
    bool showColors
)

Parameters

Name Type
owner IWin32Window
initialZoomFactor Single
closeOnMouseClick Boolean
pickColorToClipboard Boolean
colorFormat DevExpress.Utils.ColorFormat
showPixelGrid Boolean
showColors Boolean

Returns

Type
MagnifierDialogResult
See Also