MagnifierDialog.ShowDialog(IWin32Window, Single, Boolean, Boolean, ColorFormat, Boolean) Method
Displays the MagnifierDialog with specific parameters.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.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
)
#Parameters
Name | Type | Description |
---|---|---|
owner | IWin32Window | An Magnifier |
initial |
Single | An Int32 value that specifies the Magnifier |
close |
Boolean | true if the Magnifier |
pick |
Boolean | true to copy a clicked color to the clipboard; otherwise, false. |
color |
DevExpress. |
A Color |
show |
Boolean | true, to show a pixel grid inside the Magnifier; otherwise, false. |
#Returns
Type | Description |
---|---|
Magnifier |
A Magnifier |