You are here: Start » AVL.NET » Function Reference » Image » Image Spatial Transforms Maps » AVL.AccessSpatialMap

AVL.AccessSpatialMap

Returns individual fields of a spatial map.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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

Name Type Range Default Description
inSpatialMapAvlNet.SpatialMap
outImageWidthint
outImageHeightint
outImagePitchint
outImageTypeAvlNet.PlainType
outImageDepthint
outWidthint
outHeightint
outImageFormatAvlNet.ImageFormat
outInterpolationMethodAvlNet.InterpolationMethod

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect SpatialMap on input in AccessSpatialMap.

See also