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


