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