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


