You are here: Start » AVL.NET » AVS.AvsFilter_AccessSurface Method

AVS.AvsFilter_AccessSurface Method

Returns individual fields of a surface.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessSurface
(
	AvlNet.Surface inSurface,
	out int outWidth,
	out int outHeight,
	out AvlNet.PlainType outPointType,
	out int outPointByteSize,
	out int outPitch,
	out double outXOffset,
	out double outXScale,
	out double outYOffset,
	out double outYScale,
	out double outZOffset,
	out double outZScale
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
outWidthintSurface width.
outHeightintSurface height.
outPointTypeAvlNet.PlainTypePoint Z coordinate type.
outPointByteSizeintPoint Z coordinate size in bytes.
outPitchintLength of surface point line with padding.
outXOffsetdoubleOffset in X axis.
outXScaledoubleScale in X axis.
outYOffsetdoubleOffset in Y axis.
outYScaledoubleScale in Y axis.
outZOffsetdoubleOffset in Z axis.
outZScaledoubleScale in Z axis.

See also