Skip to main content
A newer version of this page is available. .

MagnifierDialog.ShowDialog Method

Name Parameters Description
ShowDialog() static none Initializes a new instance of the MagnifierDialog class with the default settings.
ShowDialog(IWin32Window, MagnifierDialogArgs) static owner, args Initializes a new instance of the MagnifierDialog class with the specified settings.
ShowDialog(IWin32Window, Single, Boolean, Boolean, ColorFormat, Boolean) static owner, initialZoomFactor, closeOnMouseClick, pickColorToClipboard, colorFormat, showPixelGrid Displays the MagnifierDialog with specific parameters.
ShowDialog(IWin32Window, Single, Boolean, Boolean, ColorFormat) static owner, initialZoomFactor, closeOnMouseClick, pickColorToClipboard, colorFormat Initializes a new instance of the MagnifierDialog class with the specified settings.
ShowDialog(IWin32Window, Single, Boolean, Boolean) static owner, initialZoomFactor, closeOnMouseClick, pickColorToClipboard Displays the MagnifierDialog with specific parameters.
ShowDialog(IWin32Window, Single, Boolean) static owner, initialZoomFactor, closeOnMouseClick Initializes a new instance of the MagnifierDialog class with the specified settings.
ShowDialog(IWin32Window, Single) static owner, initialZoomFactor Initializes a new instance of the MagnifierDialog class with the specified settings.
ShowDialog(IWin32Window) static owner Initializes a new instance of the MagnifierDialog class with the specified settings.