BitOverlayBaseGetImagePosition Method

CVB.Net Documentation
Gets the current mouse coordinates in image coordinates (no fractions).

Namespace:  Stemmer.Cvb.Wpf.BitOverlays
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

protected Point GetImagePosition(
	MouseEventArgs e
)

Parameters

e
Type: System.Windows.InputMouseEventArgs
Mouse position arguments.

Return Value

Type: Point
Image pixel coordinates.
See Also

Reference