You are here: Start » AVL.NET » AVS.ImagePointToSurfaceCoordinates Method
AVS.ImagePointToSurfaceCoordinates Method
Finds the surface coordinates of image point.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ImagePointToSurfaceCoordinates ( AvlNet.Point2D inImagePoint, AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, out AvlNet.Point2D outSurfacePoint, out AvlNet.Point3D outSurfacePoint3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImagePoint | AvlNet.Point2D | |||
![]() | inSurfaceCoordinatesFormat | AvlNet.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]() | outSurfacePoint | AvlNet.Point2D | |||
![]() | outSurfacePoint3D | AvlNet.Point3D |
Function Overrides
- ImagePointToSurfaceCoordinates(Point2D, SurfaceCoordinatesFormat, Point2D)
- ImagePointToSurfaceCoordinates(Point2D, SurfaceCoordinatesFormat, Point2D, NullableValue<Point3D>)


