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

Invoke.ResampleSurface_AnyScales

Changes the coordinates format of the input surface.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceAvl.Surface
inXOffsetAtl.Optional<double>Offset for the X axis of the output surface. Default value: atl::NIL.
inXScaleAtl.Optional<double><0.000001, INF>Scale for the X axis of the output surface. Default value: atl::NIL.
inYOffsetAtl.Optional<double>Offset for the Y axis of the output surface. Default value: atl::NIL.
inYScaleAtl.Optional<double><0.000001, INF>Scale for the Y axis of the output surface. Default value: atl::NIL.
outSurfaceAvl.Surface

See also