You are here:
Start »
AVL.NET »
AVL.AccessSpatialMap(AvlNet.SpatialMap, int, int, int, AvlNet.PlainType, int, int, int, AvlNet.ImageFormat, AvlNet.InterpolationMethod)
AVL.AccessSpatialMap(AvlNet.SpatialMap, int, int, int, AvlNet.PlainType, int, int, int, AvlNet.ImageFormat, AvlNet.InterpolationMethod)
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void AccessSpatialMap(
AvlNet.SpatialMap inSpatialMap,
out int outImageWidth,
out int outImageHeight,
out int outImagePitch,
out AvlNet.PlainType outImageType,
out int outImageDepth,
out int outWidth,
out int outHeight,
out AvlNet.ImageFormat outImageFormat,
out AvlNet.InterpolationMethod outInterpolationMethod
)
Parameters
- inSpatialMap
- Type: AvlNet.SpatialMap
- outImageWidth
- Type: System.Int32
- outImageHeight
- Type: System.Int32
- outImagePitch
- Type: System.Int32
- outImageType
- Type: AvlNet.PlainType
- outImageDepth
- Type: System.Int32
- outWidth
- Type: System.Int32
- outHeight
- Type: System.Int32
- outImageFormat
- Type: AvlNet.ImageFormat
- outInterpolationMethod
- Type: AvlNet.InterpolationMethod
Errors
| Error type |
Description |
| DomainError |
Incorrect SpatialMap on input in AccessSpatialMap. |
See also