You are here: Start » FIL.NET » Invoke.ResampleSurface_AnyScales

Invoke.ResampleSurface_AnyScales

Changes the coordinates format of the input surface.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ResampleSurface_AnyScales
(
	Fil.Surface inSurface,
	Optional<double> inXOffset,
	Optional<double> inXScale,
	Optional<double> inYOffset,
	Optional<double> inYScale,
	Fil.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceFil.Surface
inXOffsetFtl.Optional<double>Offset for the X axis of the output surface. Default value: ftl::NIL.
inXScaleFtl.Optional<double><0.000001, INF>Scale for the X axis of the output surface. Default value: ftl::NIL.
inYOffsetFtl.Optional<double>Offset for the Y axis of the output surface. Default value: ftl::NIL.
inYScaleFtl.Optional<double><0.000001, INF>Scale for the Y axis of the output surface. Default value: ftl::NIL.
outSurfaceFil.Surface

See also