ImageImageToPixelCoordinates Method (Point2Dd)

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

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

public Point2Dd ImageToPixelCoordinates(
	Point2Dd p
)

Parameters

p
Type: Stemmer.CvbPoint2Dd
Point in image coordinates

Return Value

Type: Point2Dd
Same point in pixel coordinates
Exceptions

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

Reference