You are here: Start » AVL.NET » Invoke.ImageCoordinateSystemToSurfaceCoordinates
Finds the surface coordinates of image coordinate system.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ImageCoordinateSystemToSurfaceCoordinates ( Avl.CoordinateSystem2D inImageCoordinateSystem, Avl.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, out Avl.CoordinateSystem2D outSurfaceCoordinateSystem )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImageCoordinateSystem | Avl.CoordinateSystem2D | |||
![]() | inSurfaceCoordinatesFormat | Avl.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]() | outSurfaceCoordinateSystem | Avl.CoordinateSystem2D |


