Back to Devexpress

MagnifierDialog.ShowDialog Method

windowsforms-devexpress-dot-utils-dot-magnifierdialog-dot-showdialog.md

latest3.2 KB
Original Source

MagnifierDialog.ShowDialog Method

NameParametersDescription
ShowDialog() staticnoneInitializes a new instance of the MagnifierDialog class with the default settings.
ShowDialog(IWin32Window, MagnifierDialogArgs) staticowner, argsInitializes a new instance of the MagnifierDialog class with the specified settings.
ShowDialog(IWin32Window, Single, Boolean, Boolean, ColorFormat, Boolean, Boolean) staticowner, initialZoomFactor, closeOnMouseClick, pickColorToClipboard, colorFormat, showPixelGrid, showColorsDisplays the MagnifierDialog with custom parameters.
ShowDialog(IWin32Window, Single, Boolean, Boolean, ColorFormat, Boolean) staticowner, initialZoomFactor, closeOnMouseClick, pickColorToClipboard, colorFormat, showPixelGridDisplays the MagnifierDialog with specific parameters.
ShowDialog(IWin32Window, Single, Boolean, Boolean, ColorFormat) staticowner, initialZoomFactor, closeOnMouseClick, pickColorToClipboard, colorFormatInitializes a new instance of the MagnifierDialog class with the specified settings.
ShowDialog(IWin32Window, Single, Boolean, Boolean) staticowner, initialZoomFactor, closeOnMouseClick, pickColorToClipboardDisplays the MagnifierDialog with specific parameters.
ShowDialog(IWin32Window, Single, Boolean) staticowner, initialZoomFactor, closeOnMouseClickInitializes a new instance of the MagnifierDialog class with the specified settings.
ShowDialog(IWin32Window, Single) staticowner, initialZoomFactorInitializes a new instance of the MagnifierDialog class with the specified settings.
ShowDialog(IWin32Window) staticownerInitializes a new instance of the MagnifierDialog class with the specified settings.