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

Invoke.CreateCoordinateSystemFromRectangle

Creates a coordinate system from a rectangle.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateCoordinateSystemFromRectangle
(
	Fil.Rectangle2D inRectangle,
	Fil.Anchor2D inPointAnchor,
	float inRelativeAngle,
	float inScale,
	float inScaleDivisor,
	out Fil.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2D
inPointAnchorFil.Anchor2DTopLeftDefault value: TopLeft.
inRelativeAnglefloat
inScalefloat<0.001f, INF>1.0fDefault value: 1.0f.
inScaleDivisorfloat<0.001f, INF>1.0fDefault value: 1.0f.
outCoordinateSystemFil.CoordinateSystem2D

See also