You are here: Start » AVL.NET » Invoke.CreateCoordinateSystemFromRectangle
Creates a coordinate system from a rectangle.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CreateCoordinateSystemFromRectangle ( Avl.Rectangle2D inRectangle, Avl.Anchor2D inPointAnchor, float inRelativeAngle, float inScale, float inScaleDivisor, out Avl.CoordinateSystem2D outCoordinateSystem )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectangle | Avl.Rectangle2D | |||
![]() | inPointAnchor | Avl.Anchor2D | TopLeft | Default value: TopLeft. | |
![]() | inRelativeAngle | float | |||
![]() | inScale | float | <0.001f, INF> | 1.0f | Default value: 1.0f. |
![]() | inScaleDivisor | float | <0.001f, INF> | 1.0f | Default value: 1.0f. |
![]() | outCoordinateSystem | Avl.CoordinateSystem2D |