You are here: Start » FIL.NET » Function Reference » Surface » Surface Interpolations » FIL.ResampleSurface

FIL.ResampleSurface

Equalizes the scales format of the input surface.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ResampleSurface
(
	FilNet.Surface inSurface,
	FilNet.ResampleSurfaceMode inResampleSurfaceMode,
	double? inXOffset,
	double? inYOffset,
	FilNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.Surface
inResampleSurfaceModeFilNet.ResampleSurfaceMode
inXOffsetdouble?Offset for the X axis of the output surface. Default value: ftl::NIL.
inYOffsetdouble?Offset for the Y axis of the output surface. Default value: ftl::NIL.
outSurfaceFilNet.Surface

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect resample mode in ResampleSurface.

Function Overrides

See also