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

Invoke.AlignPoint

Moves a point from a local coordinate system to the absolute one.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AlignPoint
(
	Fil.Point2D inPoint,
	Fil.CoordinateSystem2D inAlignment,
	bool inInverse,
	out Fil.Point2D outAlignedPoint
)

Parameters

Name Type Range Default Description
inPointFil.Point2D
inAlignmentFil.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedPointFil.Point2D

See also