Click or drag to resize

AtalaImageViewerScrollImagePixel Method

Scrolls an image pixel to the specified viewer coordinates.

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void ScrollImagePixel(
	Point imagePixel,
	Point clientPoint
)

Parameters

imagePixel
Type: System.WindowsPoint
The image pixel to move.
clientPoint
Type: System.WindowsPoint
The position on the viewer where the pixel should be placed.
See Also