This property sets the left position of the PanWindow.

[Visual Basic] Public Property PWLeft As Integer
[C#] public integer PWLeft {get; set;}

Property Value

The distance of the top left corner of the PanWindow from the top left corner of the screen (in pixels).

The PWLeft property sets the left position of the PanWindow.

Explanation

The PWLeft property sets where the left position of the PanWindow will be placed on the screen.

The size of the PanWindow is determined by the PWSize property. By using the PanWindow you can easily view the entire image currently displayed in the ImageKit Control.

See Also

ImageKit.PanWindow Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation