This property sets the left position of the Pan Window.
[Visual Basic] Public Property PWLeft As
Integer
[C#] public integer PWLeft {get; set;}
Property Value
The distance of the top left corner of the Pan Window from the top left corner of the screen (in pixels).
The PWLeft property sets the left position of the Pan Window.
Explanation
The PWLeft 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 PWSize property. By using the pan window you can easily view the entire image currently displayed in the ImageKit Control.
See Also
ImageKit.PanWindow Members | Newtone.ImageKit.Win.ImageKit