ImagePixelToImageCoordinates Method (Point2Dd)

CVB.Net Documentation
Convert a pixel from pixel to image coordinates.

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

public Point2Dd PixelToImageCoordinates(
	Point2Dd p
)

Parameters

p
Type: Stemmer.CvbPoint2Dd
Point in pixel coordinates

Return Value

Type: Point2Dd
Same point in image coordinates
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the image has already been disposed of.
See Also

Reference