You are here: Start » FIL.NET » FIS.AccessSpatialMap Method
FIS.AccessSpatialMap Method
Returns individual fields of a spatial map.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void AccessSpatialMap ( FilNet.SpatialMap inSpatialMap, out int outImageWidth, out int outImageHeight, out int outImagePitch, out FilNet.PlainType outImageType, out int outImageDepth, out int outWidth, out int outHeight, out FilNet.ImageFormat outImageFormat, out FilNet.InterpolationMethod outInterpolationMethod )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSpatialMap | FilNet.SpatialMap | |||
![]() | outImageWidth | int | |||
![]() | outImageHeight | int | |||
![]() | outImagePitch | int | |||
![]() | outImageType | FilNet.PlainType | |||
![]() | outImageDepth | int | |||
![]() | outWidth | int | |||
![]() | outHeight | int | |||
![]() | outImageFormat | FilNet.ImageFormat | |||
![]() | outInterpolationMethod | FilNet.InterpolationMethod |