DisplayTranslatePointFromImage Method (Point)

CVB.Net Documentation
Translates a point relative to the ImageSource content pixels to coordinates relative to this display.

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

public Point TranslatePointFromImage(
	Point point
)

Parameters

point
Type: System.WindowsPoint
Point relative to the image source pixels.

Return Value

Type: Point
Translated point value relative to this display.
Remarks

Dependent on the ActualZoomFactor the translated coordinates may contain fractions.
See Also

Reference