This method displays the pan window on the screen.

[C++Builder]   [ bool = ]imagekitcontrolname->PanWindow->Show(bool Show)
[Delphi]   [ Boolean = ]imagekitcontrolname.PanWindow.Show(Show As Boolean)

Parameters

Value Explanation
Show

Displays or hides the Pan Window. When True: the Pan Window is displayed. When False: the Pan Window is hidden.

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

The Show method displays the pan window on the screen. The location of the pan window is determined by the Left and Top properties. The size of the pan window is determined by the Size property.

When the Show parameter is True, the Left, Top, and Size properties must be set. This method is only enabled when the image is displayed in actual size.

The Pan Window will be displayed when the image's ShowInPanWindow property is set to True (For the base image, see the ShowInPanWindow property. For layer images see the Layer.ShowInPanWindow property).

The order in which images are displayed are: base image, layer images (from smallest to largest index)

Note that if the base image has not be set then the layer images are not displayed.

The Show method corresponds to the Display Control's ShowPanWindow method in earlier versions of the ImageKit.

 

The ImageKit10 VCL is a product created by Newtone Corporation