This property sets the left position of the Pan Window.
[Visual
Basic] imagekitcontrolname.PanWindow.Left
[ = Long ]
[Visual C++] [
short =
]imagekitcontrolname.GetPanWindow().GetLeft()
imagekitcontrolname.GetPanWindow().SetLeft(short Val)
imagekitcontrolname.GetPanWindow().SetLeft(short Val)
Property Value
The distance of the top left corner of the Pan Window from the top left corner of the screen (in pixels).
The Left property sets the left position of the Pan Window.
Explanation
The Left property sets where the left position of the Pan Window will be placed on the screen.
The size of the Pan Window is determined by the Size property. By using the pan window you can easily view the entire image currently displayed in the ImageKit Control.
The Left property corresponds to the Display Control's PanWindowLeft property in earlier versions of the ImageKit.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.